SPIGOT-8025: Fix loop with BoneMeal in water for SeaGrass

This commit is contained in:
Doc 2025-03-26 21:50:32 -03:00
parent 0f147ef56f
commit f571ba1b84
No known key found for this signature in database
GPG Key ID: 569482E14CAEBE86

View File

@ -30,3 +30,11 @@
world.levelEvent(1505, blockposition1, 15); world.levelEvent(1505, blockposition1, 15);
} }
@@ -139,6 +145,7 @@
}
}
}
+ break; // CraftBukkit - decompile error for the while(true)
}
}