RegionLoader: remove unused constant

This commit is contained in:
Dylan K. Taylor 2018-10-20 14:19:27 +01:00
parent d60c19551b
commit 517a21c418

View File

@ -29,7 +29,6 @@ use pocketmine\utils\Binary;
use pocketmine\utils\MainLogger;
class RegionLoader{
public const VERSION = 1;
public const COMPRESSION_GZIP = 1;
public const COMPRESSION_ZLIB = 2;