Skip to content

Commit d103426

Browse files
committed
Fix kill list not showing after a player's first match
1 parent 19c82f7 commit d103426

File tree

1 file changed

+1
-0
lines changed
  • mods/ctf/ctf_combat/ctf_kill_list

1 file changed

+1
-0
lines changed

mods/ctf/ctf_combat/ctf_kill_list/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ ctf_api.register_on_match_end(function()
131131
for _, job in pairs(hudupdate_queue) do
132132
job:cancel()
133133
end
134+
hudupdate_queue = {}
134135

135136
hud:clear_all()
136137
end)

0 commit comments

Comments
 (0)