Refactored RoundEndSystem (#5990)

* No RestartRound if round id changed

* Refactored RoundEndSystem
This commit is contained in:
wrexbe
2022-01-09 20:07:40 -08:00
committed by GitHub
parent 5983e492a0
commit 03c56bf23e
3 changed files with 69 additions and 81 deletions

View File

@@ -1,10 +1,9 @@
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
{
@@ -13,7 +12,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)
{