Added uopz extension (for monkey patching)

This commit is contained in:
Shoghi Cervantes
2014-04-03 16:25:42 +02:00
parent 80f9093875
commit d972d38b41
3 changed files with 45 additions and 10 deletions

View File

@@ -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;