mirror of
https://github.com/xSquishyLiam/mc-GeyserModelEngine-plugin.git
synced 2025-12-19 14:59:19 +00:00
remove debug message
This commit is contained in:
@@ -50,7 +50,6 @@ public class PacketEntity {
|
|||||||
boolean sent = this.location.getWorld() != location.getWorld() || this.location.distanceSquared(location) > 0.000001;
|
boolean sent = this.location.getWorld() != location.getWorld() || this.location.distanceSquared(location) > 0.000001;
|
||||||
this.location = location.clone();
|
this.location = location.clone();
|
||||||
if (sent) {
|
if (sent) {
|
||||||
GeyserModelEngine.getInstance().getLogger().info("SEND LOC PACKET TO: " + viewers);
|
|
||||||
sendLocationPacket(viewers);
|
sendLocationPacket(viewers);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user