1
0
forked from xjboss/KCauldronX

Normalize patches

This commit is contained in:
Prototik
2015-06-08 23:18:24 +07:00
parent 75eb280f0e
commit 33633471ca
26 changed files with 36 additions and 36 deletions

View File

@ -1037,7 +1037,7 @@
public void updateEntityWithOptionalForce(Entity p_72866_1_, boolean p_72866_2_)
{
+ if (p_72866_1_.isDead) return;
+ if (p_72866_1_.isDead) return;
int i = MathHelper.floor_double(p_72866_1_.posX);
int j = MathHelper.floor_double(p_72866_1_.posZ);
boolean isForced = getPersistentChunks().containsKey(new ChunkCoordIntPair(i >> 4, j >> 4));