Start server with log command
This commit is contained in:
parent
caa5b2bf69
commit
27df3d871e
1 changed files with 2 additions and 1 deletions
|
@ -56,7 +56,8 @@ class StateMachine {
|
||||||
"-RconPassword=${settings.inst!.serverSettings.RconPassword}",
|
"-RconPassword=${settings.inst!.serverSettings.RconPassword}",
|
||||||
"-RconPort=${settings.inst!.serverSettings.RconPort}",
|
"-RconPort=${settings.inst!.serverSettings.RconPort}",
|
||||||
"-Port=${settings.inst!.serverSettings.GamePort}",
|
"-Port=${settings.inst!.serverSettings.GamePort}",
|
||||||
"-QueryPort=${settings.inst!.serverSettings.QueryPort}"
|
"-QueryPort=${settings.inst!.serverSettings.QueryPort}",
|
||||||
|
"-log"
|
||||||
];
|
];
|
||||||
// Start the server now
|
// Start the server now
|
||||||
if (Platform.isWindows) {
|
if (Platform.isWindows) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue