Sound no longer extends Vector3

This commit is contained in:
Dylan K. Taylor
2018-12-16 14:26:42 +00:00
parent 3c520aa786
commit 20aaa8373a
23 changed files with 48 additions and 61 deletions

View File

@ -141,7 +141,7 @@ abstract class Door extends Transparent{
}
$this->level->setBlock($this, $this);
$this->level->addSound(new DoorSound($this));
$this->level->addSound($this, new DoorSound());
return true;
}