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

Commit

Permalink
Merge pull request #3454 from Yosshi999/master
Browse files Browse the repository at this point in the history
Fixed DoorSound won't be played
  • Loading branch information
shoghicp committed Sep 25, 2015
2 parents cb22260 + 9501d03 commit cbef0e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pocketmine/block/FenceGate.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

use pocketmine\item\Item;
use pocketmine\item\Tool;
use pocketmine\level\sound\DoorSound;
use pocketmine\math\AxisAlignedBB;
use pocketmine\Player;

Expand Down
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 cbef0e2

Please sign in to comment.