From e444f2a9e0b8b50952fd89eec10481c8c129f0ee Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Fri, 19 Apr 2013 13:40:02 +0200 Subject: [PATCH] Fixed #208 --- src/Player.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Player.php b/src/Player.php index dbca38ba9..5eb0ef6f5 100644 --- a/src/Player.php +++ b/src/Player.php @@ -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();