Fixes a call using an argument that doesn't exist.

This commit is contained in:
Mike Long
2016-03-10 13:19:22 -05:00
parent 0669fca278
commit b60d9fa04b
+1 -1
View File
@@ -43,7 +43,7 @@
leave_all_huds()
ticker.mode.set_antag_hud(current, antag_hud_icon_state)
if(newhud)
newhud.join_hud(current, newhud.self_visible)
newhud.join_hud(current)
/datum/mind/proc/leave_all_huds()
for(var/datum/atom_hud/antag/hud in huds)