Removed admin requirement for the notify chat command (#35501)

This commit is contained in:
Shadowlight213
2018-02-11 10:44:44 -08:00
committed by CitadelStationBot
parent a55e4a3f90
commit 080792a7a6
-1
View File
@@ -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())