Fixed translation issue and enderman not spawning when The End is generated. Fixes BUKKIT-1115

This commit is contained in:
EvilSeph
2012-03-11 07:04:54 -04:00
parent 0f659850b2
commit 1b6ca577f5
2 changed files with 1 additions and 43 deletions

View File

@@ -126,7 +126,7 @@ public class ItemBucket extends Item {
}
// CraftBukkit end
if (world.worldProvider.e && this.a == Block.WATER.id) {
if (world.worldProvider.d && this.a == Block.WATER.id) {
world.makeSound(d0 + 0.5D, d1 + 0.5D, d2 + 0.5D, "random.fizz", 0.5F, 2.6F + (world.random.nextFloat() - world.random.nextFloat()) * 0.8F);
for (int l = 0; l < 8; ++l) {