Renamed Item\Block to Item\ItemBlock

This commit is contained in:
Shoghi Cervantes
2014-08-28 22:28:32 +02:00
parent e2986992c7
commit be70121f3a
2 changed files with 3 additions and 4 deletions

View File

@@ -27,7 +27,6 @@ namespace pocketmine\item;
use pocketmine\block\Block;
use pocketmine\entity\Entity;
use pocketmine\inventory\Fuel;
use pocketmine\item\Block as ItemBlock;
use pocketmine\level\Level;
use pocketmine\Player;