Ars Nouveau

Ars Nouveau

49M Downloads

[Minor] Server Console Log Spam

UdoMorgenstern opened this issue ยท 1 comments

commented

ars_nouveau-1.19.2-3.13.1
Floating point values spamming the server console log

Root cause in EntityFlyingItem.java line 113 (latest commit when checked is sha 9caf950)

  • System.out.println(BlockUtil.distanceFrom(end, this.position()));
commented

Ah, thank you.