9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-30 04:19:28 +00:00

Camera debug message

This commit is contained in:
LoJoSho
2022-12-28 14:42:16 -06:00
parent 4e3af3ea1a
commit 69ed099c9a

View File

@@ -209,7 +209,7 @@ public class PacketManager extends BasePacket {
PacketContainer packet = new PacketContainer(PacketType.Play.Server.CAMERA);
packet.getIntegers().write(0, entityId);
for (final Player p : sendTo) sendPacket(p, packet);
HMCCosmeticsPlugin.getInstance().getLogger().info(sendTo + " | " + entityId + " has had a camera packet on them!");
MessagesUtil.sendDebugMessages(sendTo + " | " + entityId + " has had a camera packet on them!");
}
/**