From 0bb150ff9853b16d773ac1ab33e91052970a8eda Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sun, 5 Nov 2017 16:37:49 -0500 Subject: [PATCH] Revert "Adds 'round' chat command" (#32421) --- code/modules/admin/chat_commands.dm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/code/modules/admin/chat_commands.dm b/code/modules/admin/chat_commands.dm index bf319fd278..ec79aaca07 100644 --- a/code/modules/admin/chat_commands.dm +++ b/code/modules/admin/chat_commands.dm @@ -73,11 +73,4 @@ GLOBAL_LIST(round_end_notifiees) return "[sender], the round has already ended!" LAZYINITLIST(GLOB.round_end_notifiees) GLOB.round_end_notifiees[sender] = TRUE - return "I will notify [sender] when the round ends." - -/datum/server_tools_command/round - name = "round" - help_text = "Displays the current round ID" - -/datum/server_tools_command/round/Run(sender, params) - return GLOB.round_id ? "[GLOB.round_id]" : "No round ID set!" + return "I will notify [sender] when the round ends." \ No newline at end of file