[MIRROR] Revert the notify command not being admin only (#5629)

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

Revert the notify command not being admin only

* Revert the notify command not being admin only
This commit is contained in:
CitadelStationBot
2018-02-21 09:28:12 -06:00
committed by Poojawa
parent 83d1ad9e45
commit 399b1c44fb
+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())