mirror of
https://github.com/minetest-mods/technic.git
synced 2025-03-22 04:10:30 +01:00
Further optimizations
This commit is contained in:
parent
92dc0ea1d9
commit
b32e77f766
@ -43,7 +43,6 @@ local node_removed
|
|||||||
-- Mode switcher for the tool
|
-- Mode switcher for the tool
|
||||||
local function lawn_trimmer_setmode(user, itemstack, meta)
|
local function lawn_trimmer_setmode(user, itemstack, meta)
|
||||||
local player_name = user:get_player_name()
|
local player_name = user:get_player_name()
|
||||||
-- local meta = minetest.deserialize(itemstack:get_metadata())
|
|
||||||
|
|
||||||
if not meta then
|
if not meta then
|
||||||
meta = {mode = 0}
|
meta = {mode = 0}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user