mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 11:16:57 +00:00
Added a pocketmine.yml kill switch for development builds
This commit is contained in:
@ -38,6 +38,7 @@ namespace pocketmine {
|
||||
const NAME = "PocketMine-MP";
|
||||
const VERSION = "1.7dev";
|
||||
const API_VERSION = "3.0.0";
|
||||
const IS_DEVELOPMENT_BUILD = true;
|
||||
|
||||
const MIN_PHP_VERSION = "7.2.0";
|
||||
|
||||
|
Reference in New Issue
Block a user