Code cleanup

This commit is contained in:
Brett Hewitson 2021-12-09 20:41:47 +10:00
parent 72a0c342c3
commit 65a8ee426b
5 changed files with 5 additions and 6 deletions

View file

@ -422,7 +422,7 @@ namespace ServerManagerTool
}
finally
{
Environment.Exit(0);
Environment.Exit(exitCode);
}
}