mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
fix crash due to bad args to function
remove unused variable
This commit is contained in:
@ -670,7 +670,6 @@ minetest.register_node("fences:fencegate", {
|
||||
}
|
||||
},
|
||||
on_construct = function(pos)
|
||||
me2 = minetest.get_node(pos)
|
||||
meta2 = minetest.get_meta(pos)
|
||||
meta2:set_int("state", 0)
|
||||
state2 = 0
|
||||
|
Reference in New Issue
Block a user