We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aaddd2 commit da0ebedCopy full SHA for da0ebed
mods/apis/hud_events/init.lua
@@ -51,7 +51,7 @@ local function show_quick_hud_event(player, huddef)
51
end
52
53
if quick_event_timer[pname] then
54
- quick_event_timer[pname].cancel()
+ quick_event_timer[pname]:cancel()
55
56
quick_event_timer[pname] = minetest.after(HUD_SHOW_QUICK_TIME, function()
57
if not player:is_player() then return end
0 commit comments