Fix a typo.

This commit is contained in:
Aaron Suen 2019-02-24 20:29:46 -05:00
parent 9fe3f296b9
commit f4581e61fe

View File

@ -208,7 +208,7 @@ minetest.register_globalstep(function()
end
if i.t ~= t then
p1:hud_change(i.i, "text", t)
i.t = text
i.t = t
end
elseif i then
-- Remove HUD if visibility lost.