Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
FIxed a bug No sound for TrapDoor
Browse files Browse the repository at this point in the history
missing "use pocketmine\level\sound\DoorSound;"
  • Loading branch information
Yosshi999 committed Sep 6, 2015
1 parent ccca3ec commit 9501d03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pocketmine/block/Trapdoor.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
use pocketmine\item\Item;
use pocketmine\item\Tool;
use pocketmine\math\AxisAlignedBB;
use pocketmine\level\sound\DoorSound;
use pocketmine\Player;

class Trapdoor extends Transparent{
Expand Down

0 comments on commit 9501d03

Please sign in to comment.