mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
MainLogger can now have debug level disabled
This commit is contained in:
@ -134,6 +134,7 @@ class DroppedItem extends Entity{
|
||||
public function getData(){
|
||||
$flags = 0;
|
||||
$flags |= $this->fireTicks > 0 ? 1 : 0;
|
||||
|
||||
return [
|
||||
0 => array("type" => 0, "value" => $flags),
|
||||
1 => array("type" => 1, "value" => 0),
|
||||
|
Reference in New Issue
Block a user