More work on server redesign. Network mode still broken.

This commit is contained in:
lotodore
2007-08-20 15:30:22 +00:00
parent 7a1c1188b8
commit 9d63df9218
16 changed files with 1143 additions and 666 deletions
+1 -2
View File
@@ -169,8 +169,7 @@ void Session::startNetworkServer(const GameData &gameData)
myConfig->readConfigInt("ServerPort"),
myConfig->readConfigInt("ServerUseIpv6") == 1,
myConfig->readConfigInt("ServerUseSctp") == 1,
myConfig->readConfigString("ServerPassword"),
gameData);
myConfig->readConfigString("ServerPassword"));
myNetServer->Run();
}