Fix a dumb

This commit is contained in:
Brant Martin
2019-09-10 18:17:45 -04:00
parent ca99404b42
commit d661c893d5

View File

@@ -156,7 +156,7 @@ namespace Torch.Commands
} }
[Command("stop", "Stops the server.")] [Command("stop", "Stops the server.")]
public void Stop(bool save = true) public void Stop(bool save = true, int countdownSeconds = 0)
{ {
if (_stopPending) if (_stopPending)
{ {