mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
Added uopz extension (for monkey patching)
This commit is contained in:
@@ -319,6 +319,10 @@ namespace pocketmine {
|
||||
}
|
||||
}
|
||||
|
||||
if(!extension_loaded("uopz")){
|
||||
console("[NOTICE] Couldn't find the uopz extension. Some functions may be limited", true, true, 0);
|
||||
}
|
||||
|
||||
if(!extension_loaded("curl")){
|
||||
console("[ERROR] Unable to find the cURL extension.", true, true, 0);
|
||||
++$errors;
|
||||
|
Reference in New Issue
Block a user