Fixed Bug: #0268 - MC Ladders, any way to prevent slow down?
This commit is contained in:
parent
697d81d895
commit
d3ac967eaa
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ public class PartCableAnchor implements IPart
|
|||
@Override
|
||||
public boolean isLadder(EntityLivingBase entity)
|
||||
{
|
||||
return mySide.offsetY == 0;
|
||||
return mySide.offsetY == 0 && entity.isCollidedHorizontally;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue