remove debug message

This commit is contained in:
zimzaza4
2024-11-24 12:49:20 +08:00
parent c4d0b867e4
commit 3dee578b02

View File

@@ -50,7 +50,6 @@ public class PacketEntity {
boolean sent = this.location.getWorld() != location.getWorld() || this.location.distanceSquared(location) > 0.000001;
this.location = location.clone();
if (sent) {
GeyserModelEngine.getInstance().getLogger().info("SEND LOC PACKET TO: " + viewers);
sendLocationPacket(viewers);
}
return true;