diff options
Diffstat (limited to 'node_controllers.lua')
-rw-r--r-- | node_controllers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node_controllers.lua b/node_controllers.lua index 221b713..6960cbf 100644 --- a/node_controllers.lua +++ b/node_controllers.lua @@ -257,6 +257,7 @@ minetest.register_node("digtron:pusher", { return --Abort end + meta:set_string("infotext", nil) minetest.sound_play("truck", {gain=1.0, pos=pos}) -- if the player is standing within the array or next to it, move him too. |