Fixed Bug: #0268 - MC Ladders, any way to prevent slow down?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user