mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Removed unused code, fixed undefined variables
This commit is contained in:
@ -53,7 +53,7 @@ class Explosion{
|
||||
*/
|
||||
public $affectedBlocks = [];
|
||||
public $stepLen = 0.3;
|
||||
/** @var Entity|Block|Tile */
|
||||
/** @var Entity|Block */
|
||||
private $what;
|
||||
|
||||
public function __construct(Position $center, $size, $what = null){
|
||||
|
Reference in New Issue
Block a user