Merge pull request #3830 from Citadel-Station-13/upstream-merge-32421

[MIRROR] Revert "Adds 'round' chat command"
This commit is contained in:
LetterJay
2017-11-07 04:44:46 -06:00
committed by GitHub
+1 -8
View File
@@ -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."