Remove debug logging

This commit is contained in:
Sollace 2024-10-09 00:01:25 +01:00
parent adf81b9b51
commit 83048f2a6b
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -174,7 +174,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();
}