mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
SPIGOT-8025: Fix loop with BoneMeal in water for SeaGrass
This commit is contained in:
parent
0f147ef56f
commit
f571ba1b84
1 changed files with 8 additions and 0 deletions
|
@ -30,3 +30,11 @@
|
|||
world.levelEvent(1505, blockposition1, 15);
|
||||
}
|
||||
|
||||
@@ -139,6 +145,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
+ break; // CraftBukkit - decompile error for the while(true)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue