mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 18:59:00 +00:00
Require pthreads 3.0.7
This commit is contained in:
parent
ddc140af5e
commit
46760abafc
@ -394,8 +394,8 @@ namespace pocketmine {
|
||||
if(substr_count($pthreads_version, ".") < 2){
|
||||
$pthreads_version = "0.$pthreads_version";
|
||||
}
|
||||
if(version_compare($pthreads_version, "3.0.0") < 0){
|
||||
$logger->critical("pthreads >= 3.0.0 is required, while you have $pthreads_version.");
|
||||
if(version_compare($pthreads_version, "3.0.7") < 0){
|
||||
$logger->critical("pthreads >= 3.0.7 is required, while you have $pthreads_version.");
|
||||
++$errors;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user