Moved spl to PocketMine-SPL

This commit is contained in:
Shoghi Cervantes 2014-08-25 21:00:50 +02:00
parent bda597a71e
commit cb645fa288
2 changed files with 2 additions and 1 deletions

View File

@ -97,6 +97,7 @@ namespace pocketmine {
$autoloader = new CompatibleClassLoader();
$autoloader->addPath(\pocketmine\PATH . "src");
$autoloader->addPath(\pocketmine\PATH . "src" . DIRECTORY_SEPARATOR . "spl");
$autoloader->register(true);
if(!class_exists("raklib\\RakLib", false)){
require(\pocketmine\PATH . "src/raklib/raklib/RakLib.php");

@ -1 +1 @@
Subproject commit 830b9bb30abf26ddab6b0f2e99b9e2ca90c6959d
Subproject commit d92a70e0aeeb36e9bd9b14098fc609d9efed5693