summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhud.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/hud.lua b/hud.lua
index 00f015d..791e422 100755
--- a/hud.lua
+++ b/hud.lua
@@ -38,5 +38,6 @@ function mypacman.remove_hud(player, playername)
local hud = hud_table[name]
if hud then
player:hud_remove(hud)
+ hud_table[name] = nil
end
end