Adds a config option to automatically delist the server from the BYOND up when there are no admins.

This commit is contained in:
PsiOmegaDelta
2016-01-12 18:02:52 +01:00
parent c3586712e5
commit 4f6ebf9a43
5 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ var/list/admin_verbs_admin = list(
/datum/admins/proc/toggledsay, //toggles dsay on/off for everyone,
/client/proc/game_panel, //game panel, allows to change game-mode etc,
/client/proc/cmd_admin_say, //admin-only ooc chat,
/datum/admins/proc/togglehubvisibility, /*toggles visibility on the BYOND Hub.*/
/datum/admins/proc/togglehubvisibility, //toggles visibility on the BYOND Hub,
/datum/admins/proc/PlayerNotes,
/client/proc/cmd_mod_say,
/datum/admins/proc/show_player_info,