mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-23 00:55:57 +00:00
Explosion: remove unused local variable in explodeB()
This commit is contained in:
parent
5d92eddc82
commit
33e6b63fe5
@ -156,8 +156,6 @@ class Explosion{
|
||||
* and creating sounds and particles.
|
||||
*/
|
||||
public function explodeB() : bool{
|
||||
$updateBlocks = [];
|
||||
|
||||
$source = (new Vector3($this->source->x, $this->source->y, $this->source->z))->floor();
|
||||
$yield = (1 / $this->size) * 100;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user