- added a warning code comment to avoid this in the future

This commit is contained in:
Mark Vejvoda 2013-11-16 02:12:26 +00:00
parent 4c4bcd40a3
commit 09818dfdc1
1 changed files with 1 additions and 0 deletions

View File

@ -648,6 +648,7 @@ void World::updateAllFactionUnits() {
if(workThreadsFinished == true) {
break;
}
// WARNING... Sleep in here causes the server to lag a bit
//if(chrono.getMillis() % 5 == 0) {
// sleep(0);
//}