mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Removed wizard from Travis
This commit is contained in:
@ -97,7 +97,7 @@ foreach($inc as $s){
|
||||
define("SOURCE_SHA1SUM", bin2hex($sha1sum));
|
||||
|
||||
/***REM_START***/
|
||||
if(!file_exists(DATA_PATH."server.properties") and arg("no-installer", false) != true){
|
||||
if(!file_exists(DATA_PATH."server.properties") and arg("no-wizard", false) != true){
|
||||
$installer = new Installer();
|
||||
}
|
||||
/***REM_END***/
|
Reference in New Issue
Block a user