mirror of
https://github.com/catfoolyou/Alpha-1.1.2_01.git
synced 2025-06-02 04:40:57 -05:00
Misc MP fixes
This commit is contained in:
parent
aa216321aa
commit
a9072790d0
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.
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user