mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 13:37:58 +01:00
Remove debug logging
This commit is contained in:
parent
adf81b9b51
commit
83048f2a6b
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue