mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-19 04:05:31 +00:00
Added $permissions property to Player so pthreads doesn't crash
This commit is contained in:
parent
2f3817322b
commit
5ac0907aeb
@ -60,6 +60,7 @@ class Player{
|
||||
public $blocked = true;
|
||||
public $achievements = array();
|
||||
public $chunksLoaded = array();
|
||||
public $permissions = false;
|
||||
private $chunksOrder = array();
|
||||
private $lastMeasure = 0;
|
||||
private $bandwidthRaw = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user