Fixed typeo. *sigh*
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ void Session::startNetworkServer(const GameData &gameData)
|
||||
myNetServer->Init(
|
||||
myConfig->readConfigInt("ServerPort"),
|
||||
myConfig->readConfigInt("ServerUseIpv6") == 1,
|
||||
myConfig->readConfigInt("ServerUseSCTP") == 1,
|
||||
myConfig->readConfigInt("ServerUseSctp") == 1,
|
||||
myConfig->readConfigString("ServerPassword"),
|
||||
gameData);
|
||||
myNetServer->Run();
|
||||
|
||||
Reference in New Issue
Block a user