mirror of
https://github.com/pandorabox-io/locator.git
synced 2026-05-04 15:56:52 -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 "")
|
||||
end,
|
||||
|
||||
on_dig = function(pos)
|
||||
after_dig_node = function(pos)
|
||||
locator.remove_beacon(pos)
|
||||
return true
|
||||
end,
|
||||
|
||||
on_construct = function(pos)
|
||||
|
||||
Reference in New Issue
Block a user