From 68deef263a07a5baf919b8a06069da9f85640622 Mon Sep 17 00:00:00 2001 From: Shadowlight213 Date: Sun, 11 Feb 2018 10:44:44 -0800 Subject: [PATCH] Removed admin requirement for the notify chat command (#35501) --- code/modules/admin/chat_commands.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/admin/chat_commands.dm b/code/modules/admin/chat_commands.dm index bc41b489c0510..197db4d911ceb 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())