mirror of
https://github.com/cultom/hammermod.git
synced 2025-01-09 13:47:35 +01:00
use local var
This commit is contained in:
parent
40a29176f7
commit
7d33e26a63
2
init.lua
2
init.lua
@ -26,7 +26,7 @@ minetest.register_tool("hammermod:steel_hammer", {
|
||||
|
||||
})
|
||||
|
||||
thomas_dig_none = "tupeuxyaller"
|
||||
local thomas_dig_none = "tupeuxyaller"
|
||||
|
||||
minetest.register_on_dignode(
|
||||
function(pos, oldnode, digger)
|
||||
|
Loading…
Reference in New Issue
Block a user