Fixing server announcement. Gui callback still needed.

This commit is contained in:
lotodore
2009-11-08 09:48:01 +00:00
parent f1c213b707
commit 5424aed21e
9 changed files with 54 additions and 34 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ main(int argc, char *argv[])
LOG_ERROR("Missing files - please check your directory settings!");
myServerGuiInterface->setSession(session);
myServerGuiInterface->getSession()->startNetworkServer();
myServerGuiInterface->getSession()->startNetworkServer(true);
while (!g_pokerthTerminate)
{
Thread::Msleep(100);