mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Fixed #208
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user