mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Clean up unused imports
This commit is contained in:
parent
80daaf09b2
commit
49f80830a7
@ -104,7 +104,6 @@ use pocketmine\utils\Terminal;
|
||||
use pocketmine\utils\TextFormat;
|
||||
use pocketmine\utils\Utils;
|
||||
use pocketmine\utils\UUID;
|
||||
use pocketmine\utils\VersionString;
|
||||
|
||||
/**
|
||||
* The class that manages everything
|
||||
|
@ -23,10 +23,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\plugin;
|
||||
|
||||
use pocketmine\event\plugin\PluginDisableEvent;
|
||||
use pocketmine\event\plugin\PluginEnableEvent;
|
||||
use pocketmine\Server;
|
||||
|
||||
/**
|
||||
* Handles different types of plugins
|
||||
*/
|
||||
|
@ -23,10 +23,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\plugin;
|
||||
|
||||
use pocketmine\event\plugin\PluginDisableEvent;
|
||||
use pocketmine\event\plugin\PluginEnableEvent;
|
||||
use pocketmine\Server;
|
||||
|
||||
/**
|
||||
* Simple script loader, not for plugin development
|
||||
* For an example see https://gist.github.com/shoghicp/516105d470cf7d140757
|
||||
|
Loading…
x
Reference in New Issue
Block a user