We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d0b86 commit 3dee578Copy full SHA for 3dee578
src/main/java/re/imc/geysermodelengine/packet/entity/PacketEntity.java
@@ -50,7 +50,6 @@ public boolean teleport(@NotNull Location location) {
50
boolean sent = this.location.getWorld() != location.getWorld() || this.location.distanceSquared(location) > 0.000001;
51
this.location = location.clone();
52
if (sent) {
53
- GeyserModelEngine.getInstance().getLogger().info("SEND LOC PACKET TO: " + viewers);
54
sendLocationPacket(viewers);
55
}
56
return true;
0 commit comments