mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
Moved spl to PocketMine-SPL
This commit is contained in:
parent
bda597a71e
commit
cb645fa288
@ -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
|
Loading…
x
Reference in New Issue
Block a user