Remove Entity->length

This commit is contained in:
Muqsit
2017-08-23 02:21:33 -04:00
parent d1852834de
commit a52fa93998
10 changed files with 3 additions and 14 deletions

View File

@ -35,7 +35,6 @@ class PrimedTNT extends Entity implements Explosive{
const NETWORK_ID = 65;
public $width = 0.98;
public $length = 0.98;
public $height = 0.98;
protected $baseOffset = 0.49;
@ -129,4 +128,4 @@ class PrimedTNT extends Entity implements Explosive{
parent::spawnTo($player);
}
}
}