Fix missing sound_hand declaration

This commit is contained in:
Jordan Irwin 2021-07-31 01:10:48 -07:00
parent 1277f7a784
commit 09d6475ce0
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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