mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Move pocketmine\tile\* to pocketmine\block\tile\*
This commit is contained in:
@ -82,7 +82,6 @@ use pocketmine\scheduler\AsyncPool;
|
||||
use pocketmine\scheduler\SendUsageTask;
|
||||
use pocketmine\snooze\SleeperHandler;
|
||||
use pocketmine\snooze\SleeperNotifier;
|
||||
use pocketmine\tile\TileFactory;
|
||||
use pocketmine\timings\Timings;
|
||||
use pocketmine\timings\TimingsHandler;
|
||||
use pocketmine\updater\AutoUpdater;
|
||||
@ -1187,7 +1186,6 @@ class Server{
|
||||
$this->commandMap = new SimpleCommandMap($this);
|
||||
|
||||
EntityFactory::init();
|
||||
TileFactory::init();
|
||||
BlockFactory::init();
|
||||
Enchantment::init();
|
||||
ItemFactory::init();
|
||||
|
Reference in New Issue
Block a user