mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 03:08:58 +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){
|
if(substr_count($pthreads_version, ".") < 2){
|
||||||
$pthreads_version = "0.$pthreads_version";
|
$pthreads_version = "0.$pthreads_version";
|
||||||
}
|
}
|
||||||
if(version_compare($pthreads_version, "3.0.0") < 0){
|
if(version_compare($pthreads_version, "3.0.7") < 0){
|
||||||
$logger->critical("pthreads >= 3.0.0 is required, while you have $pthreads_version.");
|
$logger->critical("pthreads >= 3.0.7 is required, while you have $pthreads_version.");
|
||||||
++$errors;
|
++$errors;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user