Misc MP fixes

This commit is contained in:
catfoolyou 2025-05-12 10:08:31 -04:00
parent aa216321aa
commit a9072790d0
5 changed files with 9236 additions and 9229 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -538,9 +538,10 @@ public class Minecraft {
}
}
// if(this.theWorld != null && this.theWorld.multiplayerWorld) {
// this.theWorld.updatingLighting();
// }
if(this.theWorld != null && this.theWorld.multiplayerWorld) {
while(this.theWorld.updatingLighting()) {
}
}
if(!Keyboard.isKeyDown(Keyboard.KEY_F7)) {
this.updateDisplay();