(0fe4c8adb) Fixed server ignoring the max players value set in the "host server" menu
This commit is contained in:
@@ -708,7 +708,7 @@ namespace Barotrauma
|
|||||||
" -queryport " + queryPort.ToString() +
|
" -queryport " + queryPort.ToString() +
|
||||||
" -password \"" + passwordBox.Text.Replace("\\", "\\\\").Replace("\"", "\\\"") + "\"" +
|
" -password \"" + passwordBox.Text.Replace("\\", "\\\\").Replace("\"", "\\\"") + "\"" +
|
||||||
" -upnp " + useUpnpBox.Selected +
|
" -upnp " + useUpnpBox.Selected +
|
||||||
" -playercount " + maxPlayersBox.Text +
|
" -maxplayers " + maxPlayersBox.Text +
|
||||||
" -ownerkey " + ownerKey.ToString();
|
" -ownerkey " + ownerKey.ToString();
|
||||||
|
|
||||||
string filename = "DedicatedServer.exe";
|
string filename = "DedicatedServer.exe";
|
||||||
|
|||||||
Reference in New Issue
Block a user