mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-30 15:19:56 +00:00
FIxed a bug No sound for FenceGate
missing "use pocketmine\level\sound\DoorSound;"
This commit is contained in:
parent
59a775f82c
commit
ccca3ec0bf
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user