Rebuild patches.

This commit is contained in:
md_5 2015-06-21 09:24:26 +10:00
parent 169f71cf52
commit 4f889d12fd

View File

@ -39,7 +39,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ ( (EntityOcelot) entity ).spawnBonus = false; + ( (EntityOcelot) entity ).spawnBonus = false;
+ } + }
+ // Spigot end + // Spigot end
if (entity instanceof EntityInsentient) { return entity;
((EntityInsentient) entity).prepare(getHandle().E(new BlockPosition(entity)), (GroupDataEntity) null); }
}
-- --