mirror of
https://github.com/pandorabox-io/locator.git
synced 2026-05-04 07:46:51 -06:00
fix dig node
This commit is contained in:
+1
-2
@@ -65,9 +65,8 @@ local register_beacon = function(level, range, ingredient)
|
|||||||
meta:set_string("owner", placer:get_player_name() or "")
|
meta:set_string("owner", placer:get_player_name() or "")
|
||||||
end,
|
end,
|
||||||
|
|
||||||
on_dig = function(pos)
|
after_dig_node = function(pos)
|
||||||
locator.remove_beacon(pos)
|
locator.remove_beacon(pos)
|
||||||
return true
|
|
||||||
end,
|
end,
|
||||||
|
|
||||||
on_construct = function(pos)
|
on_construct = function(pos)
|
||||||
|
|||||||
Reference in New Issue
Block a user