mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 19:52:25 +01:00
- added a warning code comment to avoid this in the future
This commit is contained in:
parent
4c4bcd40a3
commit
09818dfdc1
@ -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);
|
||||
//}
|
||||
|
Loading…
x
Reference in New Issue
Block a user