mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-04-19 17:44:03 +02:00
Remove debug logging
This commit is contained in:
parent
7302bd5632
commit
02b62372cf
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…
Add table
Reference in a new issue