Remove debug logging

This commit is contained in:
Sollace 2024-10-08 23:58:47 +01:00
parent 2ccd181ef0
commit eaa546d255
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

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