RegionLoader: remove dead static property

[bc break]
This commit is contained in:
Dylan K. Taylor 2022-06-02 16:55:22 +01:00
parent 2bb99fa677
commit 23695fb900
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -64,9 +64,6 @@ class RegionLoader{
public const FIRST_SECTOR = 2; //location table occupies 0 and 1
/** @var int */
public static $COMPRESSION_LEVEL = 7;
/** @var string */
protected $filePath;
/** @var resource */