From 9857f4017505fb23d38500d1e76af39775195fee Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Tue, 21 May 2013 20:43:51 +0200 Subject: [PATCH] Removed notice message --- src/dependencies.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/dependencies.php b/src/dependencies.php index dffff427d..852faead0 100644 --- a/src/dependencies.php +++ b/src/dependencies.php @@ -46,10 +46,6 @@ if(version_compare("5.4.0", PHP_VERSION) > 0){ ++$errors; } -if(version_compare(CURRENT_PHP_VERSION, PHP_VERSION) > 0){ - console("[NOTICE] This PocketMine-MP version has not been tested with PHP < ".CURRENT_PHP_VERSION, true, true, 0); -} - if(php_sapi_name() !== "cli"){ console("[ERROR] You must run PocketMine-MP using the CLI.", true, true, 0); ++$errors;