Merge pull request #35825 from tgstation/Cyberboss-patch-1

Revert the notify command not being admin only
This commit is contained in:
Leo
2018-02-21 10:24:07 -03:00
committed by GitHub
+1
View File
@@ -75,6 +75,7 @@ GLOBAL_LIST(round_end_notifiees)
/datum/server_tools_command/notify
name = "notify"
help_text = "Pings the invoker when the round ends"
admin_only = TRUE
/datum/server_tools_command/notify/Run(sender, params)
if(!SSticker.IsRoundInProgress() && SSticker.HasRoundStarted())