mirror of
https://github.com/minetest-mods/digtron.git
synced 2025-01-03 17:37:28 +01:00
Declare some variables local
This commit is contained in:
parent
0e3544494b
commit
dfeb4546fe
@ -301,7 +301,7 @@ minetest.register_node("digtron:controller", {
|
||||
return
|
||||
end
|
||||
|
||||
newpos, status = execute_cycle(pos, clicker)
|
||||
local newpos, status = execute_cycle(pos, clicker)
|
||||
|
||||
meta = minetest.get_meta(newpos)
|
||||
if status ~= nil then
|
||||
|
Loading…
Reference in New Issue
Block a user