mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-06-30 05:41:16 +02:00
Fix warnings issued by luacheck
.
This commit is contained in:
@ -39,7 +39,6 @@ minetest.register_node("lrfurn:sofa", {
|
||||
end,
|
||||
after_dig_node = unifieddyes.after_dig_node,
|
||||
on_rightclick = function(pos, node, clicker, itemstack, pointed_thing)
|
||||
local itemname = itemstack:get_name()
|
||||
if not clicker:is_player() then
|
||||
return itemstack
|
||||
end
|
||||
|
Reference in New Issue
Block a user