mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-30 16:28:00 +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
|
@Override
|
||||||
protected boolean canPathfindThrough(BlockState state, NavigationType type) {
|
protected boolean canPathfindThrough(BlockState state, NavigationType type) {
|
||||||
System.out.println(InteractionManager.getInstance().getPathingEquineContext().collidesWithClouds());
|
|
||||||
return type != NavigationType.LAND || !InteractionManager.getInstance().getPathingEquineContext().collidesWithClouds();
|
return type != NavigationType.LAND || !InteractionManager.getInstance().getPathingEquineContext().collidesWithClouds();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue