mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
StartGamePacket: remove unused imports
This commit is contained in:
parent
acd37b95b8
commit
a92580b993
@ -31,9 +31,6 @@ use pocketmine\network\mcpe\protocol\serializer\NetworkBinaryStream;
|
|||||||
use pocketmine\network\mcpe\protocol\types\CacheableNbt;
|
use pocketmine\network\mcpe\protocol\types\CacheableNbt;
|
||||||
use pocketmine\network\mcpe\protocol\types\PlayerPermissions;
|
use pocketmine\network\mcpe\protocol\types\PlayerPermissions;
|
||||||
use function count;
|
use function count;
|
||||||
use function file_get_contents;
|
|
||||||
use function json_decode;
|
|
||||||
use const pocketmine\RESOURCE_PATH;
|
|
||||||
|
|
||||||
class StartGamePacket extends DataPacket implements ClientboundPacket{
|
class StartGamePacket extends DataPacket implements ClientboundPacket{
|
||||||
public const NETWORK_ID = ProtocolInfo::START_GAME_PACKET;
|
public const NETWORK_ID = ProtocolInfo::START_GAME_PACKET;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user