- server updates waiting message more frequently now on game loading

This commit is contained in:
Mark Vejvoda 2011-12-20 02:36:04 +00:00
parent 882ded5b58
commit 1fb7f74466
1 changed files with 1 additions and 1 deletions

View File

@ -1383,7 +1383,7 @@ void ServerInterface::waitUntilReady(Checksum *checksum) {
return;
}
else {
if(chrono.getMillis() % 1000 == 0) {
if(chrono.getMillis() % 250 == 0) {
string waitForHosts = "";
for(int i = 0; i < waitingForHosts.size(); i++) {
if(waitForHosts != "") {