This commit is contained in:
Dylan K. Taylor
2022-06-27 17:15:16 +01:00
parent 541a624d48
commit c0e178c19c
3 changed files with 0 additions and 3 deletions

View File

@ -42,7 +42,6 @@ class Door extends Transparent{
protected bool $hingeRight = false;
protected bool $open = false;
public function getRequiredStateDataBits() : int{ return 5; }
protected function decodeState(BlockDataReader $r) : void{