EmoteListPacket can be ServerboundPacket (#3635)

This commit is contained in:
alvin0319 2020-06-27 18:04:23 +09:00 committed by GitHub
parent 9f323bc480
commit 45b4e3cd7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ use pocketmine\network\mcpe\protocol\serializer\PacketSerializer;
use pocketmine\uuid\UUID;
use function count;
class EmoteListPacket extends DataPacket implements ClientboundPacket{
class EmoteListPacket extends DataPacket implements ClientboundPacket, ServerboundPacket{
public const NETWORK_ID = ProtocolInfo::EMOTE_LIST_PACKET;
/** @var int */