Fix a typo.
This commit is contained in:
parent
9fe3f296b9
commit
f4581e61fe
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user