mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +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));
|
||||
|
||||
/***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();
|
||||
}
|
||||
/***REM_END***/
|
Loading…
x
Reference in New Issue
Block a user