Skip to content

Commit feeb383

Browse files
authored
GraphicsOverrideParameterPacket is a clientbound packet (#338)
1 parent 58dde0b commit feeb383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GraphicsOverrideParameterPacket.php

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

26-
class GraphicsOverrideParameterPacket extends DataPacket{
26+
class GraphicsOverrideParameterPacket extends DataPacket implements ClientboundPacket{
2727
public const NETWORK_ID = ProtocolInfo::GRAPHICS_OVERRIDE_PARAMETER_PACKET;
2828

2929
/** @var ParameterKeyframeValue[] */

0 commit comments

Comments
 (0)