String fix on adminverb

Added holder checks so admins can use antagHUD regardless of restrictions.
This commit is contained in:
Ccomp5950
2013-11-17 13:16:55 -06:00
parent 59bb2357b6
commit 340532dc55
2 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ Ccomp's first proc.
if(g.antagHUD)
g.antagHUD = 0 // Disable it on those that have it enabled
g.has_enabled_antagHUD = 2 // We'll allow them to respawn
g << "\red <B>TheAdministrator has disabled AntagHUD </B>"
g << "\red <B>The Administrator has disabled AntagHUD </B>"
config.antag_hud_allowed = 0
src << "\red <B>AntagHUD usage has been disabled</B>"
action = "disabled"