mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
Fixed Syntax Error
This commit is contained in:
@@ -34,7 +34,7 @@ define("PMF_CURRENT_LEVEL_VERSION", 0x00);
|
||||
class PMFLevel extends PMF{
|
||||
private $levelData = array();
|
||||
private $locationTable = array();
|
||||
public $isLoaded = true
|
||||
public $isLoaded = true;
|
||||
private $log = 4;
|
||||
private $payloadOffset = 0;
|
||||
private $chunks = array();
|
||||
|
Reference in New Issue
Block a user