Fix a dumb
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user