mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
PocketMine.php: require ext-crypto
This commit is contained in:
@ -76,6 +76,7 @@ namespace pocketmine {
|
|||||||
$extensions = [
|
$extensions = [
|
||||||
"chunkutils2" => "PocketMine ChunkUtils v2",
|
"chunkutils2" => "PocketMine ChunkUtils v2",
|
||||||
"curl" => "cURL",
|
"curl" => "cURL",
|
||||||
|
"crypto" => "php-crypto",
|
||||||
"ctype" => "ctype",
|
"ctype" => "ctype",
|
||||||
"date" => "Date",
|
"date" => "Date",
|
||||||
"hash" => "Hash",
|
"hash" => "Hash",
|
||||||
|
Reference in New Issue
Block a user