ScriptCustomEventPacket: added missing interfaces

This commit is contained in:
Dylan K. Taylor 2019-12-10 10:41:36 +00:00
parent 97866cd8f6
commit 0e1321933f

View File

@ -27,7 +27,7 @@ namespace pocketmine\network\mcpe\protocol;
use pocketmine\network\mcpe\handler\PacketHandler;
class ScriptCustomEventPacket extends DataPacket{ //TODO: this doesn't have handlers in either client or server in the game as of 1.8
class ScriptCustomEventPacket extends DataPacket implements ClientboundPacket, ServerboundPacket{
public const NETWORK_ID = ProtocolInfo::SCRIPT_CUSTOM_EVENT_PACKET;
/** @var string */