summaryrefslogtreecommitdiff
path: root/node_controllers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'node_controllers.lua')
-rw-r--r--node_controllers.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/node_controllers.lua b/node_controllers.lua
index 50c6a4e..3e7b563 100644
--- a/node_controllers.lua
+++ b/node_controllers.lua
@@ -223,6 +223,7 @@ minetest.register_node("digtron:pusher", {
end
local newpos, status_text, return_code = digtron.execute_move_cycle(pos, clicker)
+ meta = minetest.get_meta(newpos)
meta:set_string("infotext", status_text)
-- Start the delay before digtron can run again.