Added a pocketmine.yml kill switch for development builds

This commit is contained in:
Dylan K. Taylor
2018-06-12 17:11:01 +01:00
parent 8a9af7bf2f
commit b5da6b1591
5 changed files with 19 additions and 6 deletions

View File

@ -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";