mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
Added DEFLATEPacket protocol support
https://gist.github.com/shoghicp/5729825
This commit is contained in:
@@ -66,7 +66,7 @@ ini_set("memory_limit", "128M"); //Default
|
||||
define("LOG", true);
|
||||
define("START_TIME", microtime(true));
|
||||
define("MAJOR_VERSION", "Alpha_1.3.1dev");
|
||||
define("CURRENT_MINECRAFT_VERSION", "0.7.0 alpha");
|
||||
define("CURRENT_MINECRAFT_VERSION", "0.7.1 alpha");
|
||||
define("CURRENT_API_VERSION", 8);
|
||||
define("CURRENT_PHP_VERSION", "5.5");
|
||||
$gitsha1 = false;
|
||||
|
Reference in New Issue
Block a user