Further optimizations

This commit is contained in:
h-v-smacker 2017-10-29 16:03:45 +03:00
parent 92dc0ea1d9
commit b32e77f766

View File

@ -43,7 +43,6 @@ local node_removed
-- Mode switcher for the tool
local function lawn_trimmer_setmode(user, itemstack, meta)
local player_name = user:get_player_name()
-- local meta = minetest.deserialize(itemstack:get_metadata())
if not meta then
meta = {mode = 0}