mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Remove debug logging
This commit is contained in:
parent
2ccd181ef0
commit
eaa546d255
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue