Fix further decompile error

This commit is contained in:
md_5 2025-03-27 18:49:25 +11:00
parent f571ba1b84
commit 9b5a525052
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -91,7 +91,15 @@
this.applyEffectsFromBlocks(); this.applyEffectsFromBlocks();
this.applyEffectsFromBlocks(); this.applyEffectsFromBlocks();
this.tickBubbleColumn(); 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 @Override
public void remove(Entity.RemovalReason entity_removalreason) { public void remove(Entity.RemovalReason entity_removalreason) {