From 2912dc34b8042337421cdabba5fc1a7062f491ef Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Tue, 10 Jan 2017 00:29:09 -0700 Subject: Turn layout into a class. --- node_controllers.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'node_controllers.lua') diff --git a/node_controllers.lua b/node_controllers.lua index caa7184..d942d38 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. -- cgit v1.2.3