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