Remove leftover debug message
This commit is contained in:
parent
b8d1bdc9f3
commit
967dee94a0
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ minetest.register_globalstep(function(dtime)
|
||||||
if info.lastHudSendValue ~= numBars then
|
if info.lastHudSendValue ~= numBars then
|
||||||
info.lastHudSendValue = numBars
|
info.lastHudSendValue = numBars
|
||||||
player:hud_change(info.hud, "number", numBars)
|
player:hud_change(info.hud, "number", numBars)
|
||||||
print("Sending hud value")
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue