mirror of
https://github.com/Xiao-MoMi/Custom-Nameplates.git
synced 2025-12-25 09:59:16 +00:00
fix
This commit is contained in:
@@ -193,9 +193,7 @@ public class NamedEntityImpl implements NamedEntity {
|
||||
@Override
|
||||
public void move(Player viewer, short x, short y, short z, boolean onGround) {
|
||||
PacketContainer packet = getMovePacket(x, y, z, onGround);
|
||||
for (Player all : nem.getNearbyPlayers()) {
|
||||
CustomNameplates.getProtocolManager().sendServerPacket(all, packet);
|
||||
}
|
||||
CustomNameplates.getProtocolManager().sendServerPacket(viewer, packet);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user