mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 02:38:54 +00:00
fixed...
This commit is contained in:
parent
5070866fe0
commit
42b34d55e0
@ -10,7 +10,7 @@ NCURSES_VERSION="5.9"
|
|||||||
PHPNCURSES_VERSION="1.0.2"
|
PHPNCURSES_VERSION="1.0.2"
|
||||||
PTHREADS_VERSION="2.0.4"
|
PTHREADS_VERSION="2.0.4"
|
||||||
PHP_POCKETMINE_VERSION="0.0.3"
|
PHP_POCKETMINE_VERSION="0.0.3"
|
||||||
UOPZ_VERSION="2.0.3"
|
UOPZ_VERSION="2.0.4"
|
||||||
WEAKREF_VERSION="0.2.2"
|
WEAKREF_VERSION="0.2.2"
|
||||||
PHPYAML_VERSION="1.1.1"
|
PHPYAML_VERSION="1.1.1"
|
||||||
YAML_VERSION="0.1.4"
|
YAML_VERSION="0.1.4"
|
||||||
|
@ -332,8 +332,8 @@ namespace pocketmine {
|
|||||||
if(version_compare(phpversion("pocketmine"), "0.0.1") < 0){
|
if(version_compare(phpversion("pocketmine"), "0.0.1") < 0){
|
||||||
console("[ERROR] You have the native PocketMine extension, but your version is lower than 0.0.1.", true, true, 0);
|
console("[ERROR] You have the native PocketMine extension, but your version is lower than 0.0.1.", true, true, 0);
|
||||||
++$errors;
|
++$errors;
|
||||||
}elseif(version_compare(phpversion("pocketmine"), "0.0.3") > 0){
|
}elseif(version_compare(phpversion("pocketmine"), "0.0.4") > 0){
|
||||||
console("[ERROR] You have the native PocketMine extension, but your version is lower than 0.0.3.", true, true, 0);
|
console("[ERROR] You have the native PocketMine extension, but your version is lower than 0.0.4.", true, true, 0);
|
||||||
++$errors;
|
++$errors;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user