mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-16 08:25:29 +00:00
Removed debug instruction
This commit is contained in:
parent
e2c678c8a6
commit
609544b1ec
@ -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***/
|
Loading…
x
Reference in New Issue
Block a user