Removes the silent parameter from toggle_antag_hud (#25947)

This commit is contained in:
Cyberboss
2017-04-06 21:50:07 -03:00
committed by Leo
parent 3208acc7c4
commit e658b32b49
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -661,7 +661,7 @@ var/list/admin_verbs_hideable = list(
return
if(has_antag_hud())
toggle_antag_hud(silent = TRUE)
toggle_antag_hud()
holder.disassociate()
qdel(holder)