Removed unused imports

This commit is contained in:
Shoghi Cervantes
2014-10-08 17:00:23 +02:00
parent aa010b7dea
commit 62af784d37
35 changed files with 33 additions and 70 deletions

View File

@ -21,10 +21,6 @@
namespace pocketmine\block;
use pocketmine\event\entity\EntityDamageEvent;
use pocketmine\Server;
use pocketmine\entity\Entity;
class StillLava extends Lava{
public function __construct($meta = 0){
parent::__construct(self::STILL_LAVA, $meta, "Still Lava");