Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Mar 23, 2024
1 parent c1b7a99 commit 4090a62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/src/main/java/net/citizensnpcs/util/NMS.java
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,6 @@ public static void sendPositionUpdateNearby(Entity from, boolean position) {

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);
}

Expand Down

0 comments on commit 4090a62

Please sign in to comment.