import cleanup and fixed an inspection

This commit is contained in:
Dylan K. Taylor
2017-08-21 17:39:02 +01:00
parent d2ace6bdd2
commit 604d11a8fd
7 changed files with 4 additions and 15 deletions

View File

@ -25,7 +25,6 @@ namespace pocketmine\level\generator\populator;
use pocketmine\block\Block;
use pocketmine\block\BlockFactory;
use pocketmine\block\Water;
use pocketmine\level\ChunkManager;
use pocketmine\math\Vector3;
use pocketmine\utils\Random;