mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Sound no longer extends Vector3
This commit is contained in:
@ -85,7 +85,7 @@ class FenceGate extends Transparent{
|
||||
}
|
||||
|
||||
$this->getLevel()->setBlock($this, $this);
|
||||
$this->level->addSound(new DoorSound($this));
|
||||
$this->level->addSound($this, new DoorSound());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user