mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Removed var_dump()!
This commit is contained in:
parent
db9625b52f
commit
f8179f0f7c
@ -247,8 +247,7 @@ class Entity extends stdClass{
|
||||
if(isset(Material::$transparent[$b[0]])){
|
||||
$this->speedY -= 0.32;
|
||||
}elseif($this->speedY < 0){
|
||||
var_dump($this->speedY);
|
||||
$this->y = $y + 1.19;
|
||||
$this->y = $y + 1;
|
||||
$this->speedY = 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user