diff --git a/code/modules/admin/chat_commands.dm b/code/modules/admin/chat_commands.dm index bc41b489c0..197db4d911 100644 --- a/code/modules/admin/chat_commands.dm +++ b/code/modules/admin/chat_commands.dm @@ -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())