Fix null cropping up in admin_verbs, which breaks everything (#58395)

This commit is contained in:
Mothblocks
2021-04-13 08:41:45 -07:00
committed by GitHub
parent 9a37556b30
commit 3295cdb0fa
+1 -1
View File
@@ -11,7 +11,7 @@ GLOBAL_PROTECT(admin_verbs_default)
/client/proc/dsay, /*talk in deadchat using our ckey/fakekey*/
/client/proc/investigate_show, /*various admintools for investigation. Such as a singulo grief-log*/
/client/proc/secrets,
/client/proc/toggle_hear_radio, /*allows admins to hide all radio output*/,
/client/proc/toggle_hear_radio, /*allows admins to hide all radio output*/
/client/proc/toggle_split_admin_tabs,
/client/proc/reload_admins,
/client/proc/reestablish_db_connection, /*reattempt a connection to the database*/