mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Merge pull request #35825 from tgstation/Cyberboss-patch-1
Revert the notify command not being admin only
This commit is contained in:
@@ -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