Fix further decompile error
This commit is contained in:
parent
f571ba1b84
commit
9b5a525052
@ -91,7 +91,15 @@
|
||||
this.applyEffectsFromBlocks();
|
||||
this.applyEffectsFromBlocks();
|
||||
this.tickBubbleColumn();
|
||||
@@ -733,11 +786,18 @@
|
||||
@@ -444,6 +497,7 @@
|
||||
} else if (f < 1.0F) {
|
||||
return (float) blockposition_mutableblockposition.getY() + f;
|
||||
}
|
||||
+ break; // CraftBukkit - decompile error
|
||||
}
|
||||
}
|
||||
|
||||
@@ -733,11 +787,18 @@
|
||||
|
||||
@Override
|
||||
public void remove(Entity.RemovalReason entity_removalreason) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user