mirror of
https://github.com/glest/glest-source.git
synced 2025-08-18 06:01:17 +02:00
- don't allow game to start and show a message if network player connected and on an unassigned slot
This commit is contained in:
@@ -209,6 +209,10 @@ void FTPServerThread::execute() {
|
||||
ftpCreateAccount("lister", "", "./", FTP_ACC_LS);
|
||||
ftpCreateAccount("admin", "xxx", "./", FTP_ACC_RD | FTP_ACC_WR | FTP_ACC_LS | FTP_ACC_DIR);
|
||||
*/
|
||||
if(getQuitStatus() == true) {
|
||||
return;
|
||||
}
|
||||
|
||||
ftpStart(portNumber);
|
||||
while(this->getQuitStatus() == false) {
|
||||
ftpExecute();
|
||||
|
Reference in New Issue
Block a user