Compare commits

...

2 Commits

View File

@ -9,8 +9,6 @@ use pocketmine\command\Command;
use pocketmine\command\CommandSender;
use pocketmine\event\Listener;
use pocketmine\event\player\PlayerJoinEvent;
use pocketmine\event\server\DataPacketReceiveEvent;
use pocketmine\network\mcpe\protocol\LoginPacket;
use pocketmine\player\Player;
use pocketmine\plugin\PluginBase;
use pocketmine\utils\TextFormat as TF;
@ -19,7 +17,6 @@ class PlayerInfo extends PluginBase implements Listener {
protected $DeviceOS;
protected $DeviceModel;
protected $UIProfile;
protected $PlayerData;
protected $config;
public function onEnable(): void {