mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 19:06:35 +00:00
Fixed #208
This commit is contained in:
parent
38950969dd
commit
e444f2a9e0
@ -55,8 +55,8 @@ class Player{
|
||||
public $loggedIn = false;
|
||||
public $gamemode;
|
||||
public $lastBreak;
|
||||
private $windowCnt = 0;
|
||||
private $windows = array();
|
||||
public $windowCnt = 0;
|
||||
public $windows = array();
|
||||
public $blocked = true;
|
||||
private $chunksLoaded = array();
|
||||
private $chunksOrder = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user