mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-14 22:01:59 +00:00
Removed notice message
This commit is contained in:
parent
29b96fa855
commit
9857f40175
@ -46,10 +46,6 @@ if(version_compare("5.4.0", PHP_VERSION) > 0){
|
|||||||
++$errors;
|
++$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"){
|
if(php_sapi_name() !== "cli"){
|
||||||
console("[ERROR] You must run PocketMine-MP using the CLI.", true, true, 0);
|
console("[ERROR] You must run PocketMine-MP using the CLI.", true, true, 0);
|
||||||
++$errors;
|
++$errors;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user