Merge branch 'master' into mcpe-1.2

This commit is contained in:
Dylan K. Taylor
2017-08-23 13:20:35 +01:00
12 changed files with 28 additions and 20 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;
@ -125,4 +124,4 @@ class PrimedTNT extends Entity implements Explosive{
parent::spawnTo($player);
}
}
}