Pusher wasn't clearing infotext if nothing was wrong.

This commit is contained in:
FaceDeer 2017-01-07 10:55:55 -07:00
parent c6a63cb4d4
commit 0b84a1dffa

@ -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.