Fixed spawning of Tile entities via chunk packets

This commit is contained in:
Shoghi Cervantes
2014-06-22 18:05:42 +02:00
parent 0d5eb149ab
commit 279a438ae6
33 changed files with 58 additions and 87 deletions

View File

@ -21,8 +21,8 @@
namespace pocketmine\event\player;
use pocketmine\Event;
use pocketmine\event\Cancellable;
use pocketmine\Event;
use pocketmine\item\Item;
use pocketmine\Player;