Add restart round command test (#1897)

This commit is contained in:
DrSmugleaf
2020-08-25 15:26:33 +02:00
committed by GitHub
parent 5583801047
commit 80940a8d8a
2 changed files with 63 additions and 1 deletions

View File

@@ -99,7 +99,7 @@ namespace Content.Server.GameTicking
}
}
class NewRoundCommand : IClientCommand
public class NewRoundCommand : IClientCommand
{
public string Command => "restartround";
public string Description => "Moves the server from PostRound to a new PreRoundLobby.";