Preparing release 0.9.

This commit is contained in:
lotodore
2012-01-03 23:26:58 +00:00
parent 52196a09bb
commit 63f5aadf40
5 changed files with 30 additions and 10 deletions
+4 -4
View File
@@ -175,11 +175,11 @@ void Session::startInternetClient()
myNetClient->Init(
myConfig->readConfigString("InternetServerAddress"),
// myConfig->readConfigString("InternetServerListAddress"),
"pokerth.net/serverlist_testing.xml.z",
myConfig->readConfigString("InternetServerListAddress"),
// "pokerth.net/serverlist_testing.xml.z",
myConfig->readConfigString("ServerPassword"),
// myConfig->readConfigInt("InternetServerConfigMode") == 0,
true,
myConfig->readConfigInt("InternetServerConfigMode") == 0,
// true,
myConfig->readConfigInt("InternetServerPort"),
myConfig->readConfigInt("InternetServerUseIpv6") == 1,
myConfig->readConfigInt("InternetServerUseSctp") == 1,