Remove debug logging

This commit is contained in:
Sollace 2024-10-09 00:00:30 +01:00
parent 15bea23e67
commit cfbf6832d0
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -188,7 +188,6 @@ public class CloudBlock extends Block implements CloudLike {
@Override
@Deprecated
public boolean canPathfindThrough(BlockState state, BlockView world, BlockPos pos, NavigationType type) {
System.out.println(InteractionManager.getInstance().getPathingEquineContext().collidesWithClouds());
return type != NavigationType.LAND || !InteractionManager.getInstance().getPathingEquineContext().collidesWithClouds();
}