mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 15:39:21 +02:00
Bugfix for trace bug#: 2984991
falling back to english text for scenarios text. - Also added more error checking and commented out some excessive debug output statements.
This commit is contained in:
@@ -975,8 +975,7 @@ void ServerSocket::listen(int connectionQueueSize)
|
||||
throwException(szBuf);
|
||||
}
|
||||
|
||||
broadCastThread = new BroadCastSocketThread();
|
||||
broadCastThread->start();
|
||||
startBroadCastThread();
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user