mirror of
https://github.com/glest/glest-source.git
synced 2025-09-25 15:09:03 +02:00
small change to compiler version stamp
This commit is contained in:
@@ -322,7 +322,8 @@ void ServerInterface::waitUntilReady(Checksum* checksum){
|
||||
return;
|
||||
}
|
||||
|
||||
waitingForHosts.push_back(connectionSlot->getHostName());
|
||||
//waitingForHosts.push_back(connectionSlot->getHostName());
|
||||
waitingForHosts.push_back(connectionSlot->getName());
|
||||
|
||||
allReady= false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user