Skip to content

Commit f141ba6

Browse files
authored
fix: ClientboundDataStorePacket is a clientbound packet (#346)
1 parent 23d7d11 commit f141ba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ClientboundDataStorePacket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
use pocketmine\network\mcpe\protocol\types\DataStoreUpdate;
2525
use function count;
2626

27-
class ClientboundDataStorePacket extends DataPacket{
27+
class ClientboundDataStorePacket extends DataPacket implements ClientboundPacket{
2828
public const NETWORK_ID = ProtocolInfo::CLIENTBOUND_DATA_STORE_PACKET;
2929

3030
/**

0 commit comments

Comments
 (0)