From 399b1c44fbdd12b6c7135111bf1588db917c2336 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Wed, 21 Feb 2018 09:28:12 -0600 Subject: [PATCH] [MIRROR] Revert the notify command not being admin only (#5629) * Merge pull request #35825 from tgstation/Cyberboss-patch-1 Revert the notify command not being admin only * Revert the notify command not being admin only --- code/modules/admin/chat_commands.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/admin/chat_commands.dm b/code/modules/admin/chat_commands.dm index 197db4d911..bc41b489c0 100644 --- a/code/modules/admin/chat_commands.dm +++ b/code/modules/admin/chat_commands.dm @@ -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())