[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:
committed by
Poojawa
parent
83d1ad9e45
commit
399b1c44fb
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user