Merge pull request #5423 from Citadel-Station-13/upstream-merge-35501
[MIRROR] Removed admin requirement for the notify chat command
This commit is contained in:
@@ -75,7 +75,6 @@ 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