From 609544b1ec587ed135b12882b0276cc294a14e1a Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Wed, 15 Jan 2014 18:07:55 +0100 Subject: [PATCH] Removed debug instruction --- src/dependencies.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dependencies.php b/src/dependencies.php index 6b9db6c08..003377732 100644 --- a/src/dependencies.php +++ b/src/dependencies.php @@ -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***/ \ No newline at end of file