(fba51acd3) Fixed: Mechanic tutorial getting stuck if repairing the broken pump before the leaks are repaired

This commit is contained in:
Joonas Rikkonen
2019-06-09 17:39:32 +03:00
parent 45e05f7c4b
commit 6dc3e64bf5
2 changed files with 5 additions and 1 deletions
@@ -708,7 +708,7 @@ namespace Barotrauma
" -queryport " + queryPort.ToString() +
" -password \"" + passwordBox.Text.Replace("\\", "\\\\").Replace("\"", "\\\"") + "\"" +
" -upnp " + useUpnpBox.Selected +
" -maxplayers " + maxPlayersBox.Text +
" -playercount " + maxPlayersBox.Text +
" -ownerkey " + ownerKey.ToString();
string filename = "DedicatedServer.exe";