mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
added missing dependency check for OpenSSL
this is managed by Composer now so I didn't think to check it.
This commit is contained in:
parent
c794ced0ad
commit
806a2005d7
@ -495,6 +495,7 @@ namespace pocketmine {
|
|||||||
"curl" => "cURL",
|
"curl" => "cURL",
|
||||||
"json" => "JSON",
|
"json" => "JSON",
|
||||||
"mbstring" => "Multibyte String",
|
"mbstring" => "Multibyte String",
|
||||||
|
"openssl" => "OpenSSL",
|
||||||
"sockets" => "Sockets",
|
"sockets" => "Sockets",
|
||||||
"yaml" => "YAML",
|
"yaml" => "YAML",
|
||||||
"zip" => "Zip",
|
"zip" => "Zip",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user