mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-04-30 06:01:44 -04:00
Fix missing sound_hand declaration
This commit is contained in:
parent
1277f7a784
commit
09d6475ce0
2 changed files with 2 additions and 2 deletions
|
@ -151,6 +151,8 @@ local tool = {
|
|||
end,
|
||||
}
|
||||
|
||||
local sound_handle
|
||||
|
||||
tool.on_use = function(stack, user, pointed_thing)
|
||||
if not user:is_player() then return end
|
||||
|
||||
|
|
|
@ -9,8 +9,6 @@ local S = core.get_translator(cleaner.modname)
|
|||
|
||||
local aux = dofile(cleaner.modpath .. "/misc_functions.lua")
|
||||
|
||||
local sound_handle
|
||||
|
||||
--- Master Pencil
|
||||
--
|
||||
-- @tool cleaner:pencil
|
||||
|
|
Loading…
Add table
Reference in a new issue