mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Fixed Syntax Error
This commit is contained in:
parent
0b6ff03d5a
commit
5e52bbdd16
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user