mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
RegionLoader: remove dead static property
[bc break]
This commit is contained in:
@ -64,9 +64,6 @@ class RegionLoader{
|
|||||||
|
|
||||||
public const FIRST_SECTOR = 2; //location table occupies 0 and 1
|
public const FIRST_SECTOR = 2; //location table occupies 0 and 1
|
||||||
|
|
||||||
/** @var int */
|
|
||||||
public static $COMPRESSION_LEVEL = 7;
|
|
||||||
|
|
||||||
/** @var string */
|
/** @var string */
|
||||||
protected $filePath;
|
protected $filePath;
|
||||||
/** @var resource */
|
/** @var resource */
|
||||||
|
Reference in New Issue
Block a user