Merge pull request #3454 from Yosshi999/master

Fixed DoorSound won't be played
This commit is contained in:
Shoghi Cervantes 2015-09-25 10:01:15 +02:00
commit cbef0e25a1
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ namespace pocketmine\block;
use pocketmine\item\Item;
use pocketmine\item\Tool;
use pocketmine\level\sound\DoorSound;
use pocketmine\math\AxisAlignedBB;
use pocketmine\Player;

View File

@ -24,6 +24,7 @@ namespace pocketmine\block;
use pocketmine\item\Item;
use pocketmine\item\Tool;
use pocketmine\math\AxisAlignedBB;
use pocketmine\level\sound\DoorSound;
use pocketmine\Player;
class Trapdoor extends Transparent{