Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Spigey committed May 13, 2024
1 parent af236df commit bd48754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/spigey/asteroide/mixin/WorldBorderMixin.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public abstract class WorldBorderMixin {
*/
@Overwrite
public boolean canCollide(Entity entity, Box box) {
System.out.println(!Modules.get().get(BorderNoclipModule.class).isActive());
return !Modules.get().get(BorderNoclipModule.class).isActive();
}
}

0 comments on commit bd48754

Please sign in to comment.