This commit is contained in:
Shoghi Cervantes
2014-04-09 01:41:30 +02:00
parent 5070866fe0
commit 42b34d55e0
2 changed files with 3 additions and 3 deletions

View File

@ -332,8 +332,8 @@ namespace pocketmine {
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);
++$errors;
}elseif(version_compare(phpversion("pocketmine"), "0.0.3") > 0){
console("[ERROR] You have the native PocketMine extension, but your version is lower than 0.0.3.", true, true, 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.4.", true, true, 0);
++$errors;
}
}