mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-01-11 10:57:47 +01:00
Remove debug message
This commit is contained in:
parent
c1b7a99bd8
commit
4090a625e9
@ -771,7 +771,6 @@ public class NMS {
|
|||||||
|
|
||||||
public static void sendPositionUpdateNearby(Entity from, boolean position, Float bodyYaw, Float pitch,
|
public static void sendPositionUpdateNearby(Entity from, boolean position, Float bodyYaw, Float pitch,
|
||||||
Float headYaw) {
|
Float headYaw) {
|
||||||
System.out.println(getNearbyPlayers(from));
|
|
||||||
sendPositionUpdate(from, getNearbyPlayers(from), position, bodyYaw, pitch, headYaw);
|
sendPositionUpdate(from, getNearbyPlayers(from), position, bodyYaw, pitch, headYaw);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user