Revert "Refactored RoundEndSystem (#5990)" (#6112)

This reverts commit 03c56bf23e.
This commit is contained in:
Moony
2022-01-10 10:06:19 -06:00
committed by GitHub
parent 6b38eb9912
commit 083f2d8acd
3 changed files with 81 additions and 69 deletions

View File

@@ -1,9 +1,10 @@
using System;
using System;
using Content.Server.Administration;
using Content.Server.RoundEnd;
using Content.Shared.Administration;
using Robust.Shared.Console;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
namespace Content.Server.GameTicking.Commands
{
@@ -12,7 +13,7 @@ namespace Content.Server.GameTicking.Commands
{
public string Command => "restartround";
public string Description => "Ends the current round and starts the countdown for the next lobby.";
public string Help => string.Empty;
public string Help => String.Empty;
public void Execute(IConsoleShell shell, string argStr, string[] args)
{