From ea3f31adb43921b0262a87ee8ac85054b34b569f Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 8 Nov 2023 19:37:40 +0000 Subject: [PATCH] Added missing interfaces --- src/AgentAnimationPacket.php | 2 +- src/RefreshEntitlementsPacket.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AgentAnimationPacket.php b/src/AgentAnimationPacket.php index 7db9f714..4bb6916a 100644 --- a/src/AgentAnimationPacket.php +++ b/src/AgentAnimationPacket.php @@ -16,7 +16,7 @@ use pocketmine\network\mcpe\protocol\serializer\PacketSerializer; -class AgentAnimationPacket extends DataPacket{ +class AgentAnimationPacket extends DataPacket implements ClientboundPacket{ public const NETWORK_ID = ProtocolInfo::AGENT_ANIMATION_PACKET; public const TYPE_ARM_SWING = 0; diff --git a/src/RefreshEntitlementsPacket.php b/src/RefreshEntitlementsPacket.php index 9c141abd..60bf913e 100644 --- a/src/RefreshEntitlementsPacket.php +++ b/src/RefreshEntitlementsPacket.php @@ -16,7 +16,7 @@ use pocketmine\network\mcpe\protocol\serializer\PacketSerializer; -class RefreshEntitlementsPacket extends DataPacket{ +class RefreshEntitlementsPacket extends DataPacket implements ClientboundPacket{ public const NETWORK_ID = ProtocolInfo::REFRESH_ENTITLEMENTS_PACKET; /**