mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Fixes Deadminning keeping the AntagHUD on (#25847)
This commit is contained in:
@@ -659,6 +659,9 @@ var/list/admin_verbs_hideable = list(
|
||||
|
||||
if(!holder)
|
||||
return
|
||||
|
||||
if(has_antag_hud())
|
||||
toggle_antag_hud(silent = TRUE)
|
||||
|
||||
holder.disassociate()
|
||||
qdel(holder)
|
||||
|
||||
Reference in New Issue
Block a user