mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-12 21:54:06 +01:00
9 lines
199 B
Diff
9 lines
199 B
Diff
|
@@ -104,6 +104,7 @@
|
||
|
}
|
||
|
|
||
|
public void c() {
|
||
|
+ if (this.world == null) return; // CraftBukkit
|
||
|
this.j = this.i;
|
||
|
if (this.j >= 1.0F) {
|
||
|
this.a(1.0F, 0.25F);
|