mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Removed admin requirement for the notify chat command (#35501)
This commit is contained in:
committed by
Emmett Gaines
parent
a5a20e9da3
commit
68deef263a
@@ -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