Remove debug message

This commit is contained in:
fullwall 2024-03-23 20:38:31 +08:00
parent c1b7a99bd8
commit 4090a625e9
1 changed files with 0 additions and 1 deletions

View File

@ -771,7 +771,6 @@ public class NMS {
public static void sendPositionUpdateNearby(Entity from, boolean position, Float bodyYaw, Float pitch,
Float headYaw) {
System.out.println(getNearbyPlayers(from));
sendPositionUpdate(from, getNearbyPlayers(from), position, bodyYaw, pitch, headYaw);
}