Fix a bunch of block update bugs due to ancient code

This commit is contained in:
Dylan K. Taylor
2016-12-16 17:08:38 +00:00
parent 0380c78926
commit aa8a13c4a3
7 changed files with 14 additions and 11 deletions

View File

@ -22,7 +22,6 @@
namespace pocketmine\block;
use pocketmine\entity\Entity;
use pocketmine\item\Item;
use pocketmine\level\Level;
use pocketmine\math\Vector3;
use pocketmine\nbt\tag\ByteTag;
@ -31,7 +30,6 @@ use pocketmine\nbt\tag\DoubleTag;
use pocketmine\nbt\tag\FloatTag;
use pocketmine\nbt\tag\IntTag;
use pocketmine\nbt\tag\ListTag;
use pocketmine\Player;
abstract class Fallable extends Solid{