Preparing 0.9-beta1.

This commit is contained in:
lotodore
2011-11-13 20:52:22 +00:00
parent b15166a8e9
commit 4935ab3164
+4 -2
View File
@@ -174,9 +174,11 @@ void Session::startInternetClient()
myNetClient->Init(
myConfig->readConfigString("InternetServerAddress"),
myConfig->readConfigString("InternetServerListAddress"),
// myConfig->readConfigString("InternetServerListAddress"),
"pokerth.net/serverlist_testing.xml.z",
myConfig->readConfigString("ServerPassword"),
myConfig->readConfigInt("InternetServerConfigMode") == 0,
// myConfig->readConfigInt("InternetServerConfigMode") == 0,
true,
myConfig->readConfigInt("InternetServerPort"),
myConfig->readConfigInt("InternetServerUseIpv6") == 1,
myConfig->readConfigInt("InternetServerUseSctp") == 1,