mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Improved Player flight detection after setMotion(), other method improvement
This commit is contained in:
@ -130,7 +130,7 @@ class Explosion{
|
||||
|
||||
public function explodeB(){
|
||||
$send = [];
|
||||
$source = (new Vector3($this->source->x, $this->source->y, $this->source->z))->floor();
|
||||
$source = (new Vector3($this->source->x, $this->source->y, $this->source->z))->round();
|
||||
$yield = (1 / $this->size) * 100;
|
||||
|
||||
if($this->what instanceof Entity){
|
||||
|
Reference in New Issue
Block a user