mirror of
https://github.com/glest/glest-source.git
synced 2025-09-29 00:48:58 +02:00
- Added tileset and map CRC check in the network lobby
- numerous bugfixes
This commit is contained in:
@@ -128,8 +128,10 @@ void FTPServerThread::execute() {
|
||||
*/
|
||||
ftpStart(portNumber);
|
||||
while(this->getQuitStatus() == false) {
|
||||
ftpExecute();
|
||||
//sleep(25);
|
||||
int processedWork = ftpExecute();
|
||||
if(processedWork == 0) {
|
||||
sleep(25);
|
||||
}
|
||||
}
|
||||
ftpShutdown();
|
||||
|
||||
|
Reference in New Issue
Block a user