Merge pull request #763 from robske110/patch-1

Fix build errors
This commit is contained in:
PeratX 2016-04-09 14:54:05 +08:00
commit 42afeccee1

View file

@ -24,7 +24,6 @@ namespace pocketmine\entity;
use pocketmine\event\entity\EntityDamageByEntityEvent;
use pocketmine\item\Item as ItemItem;
use pocketmine\item\Item;
use pocketmine\network\Network;
use pocketmine\network\protocol\AddEntityPacket;
use pocketmine\Player;