mirror of
https://github.com/glest/glest-source.git
synced 2025-09-27 07:59:00 +02:00
- bugfix for transifex tutorial download files now loaded into UI
- updated each thread to provide its name
This commit is contained in:
@@ -74,6 +74,8 @@ FTPServerThread::FTPServerThread(std::pair<string,string> mapsPath,
|
||||
bool allowInternetTilesetFileTransfers, bool allowInternetTechtreeFileTransfers,
|
||||
int portNumber, int maxPlayers,
|
||||
FTPClientValidationInterface *ftpValidationIntf, string tempFilesPath) : BaseThread() {
|
||||
|
||||
uniqueID = "FTPServerThread";
|
||||
this->mapsPath = mapsPath;
|
||||
this->tilesetsPath = tilesetsPath;
|
||||
this->techtreesPath = techtreesPath;
|
||||
|
Reference in New Issue
Block a user