SPIGOT-8025: Fix loop with BoneMeal in water for SeaGrass
This commit is contained in:
parent
0f147ef56f
commit
f571ba1b84
@ -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)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user