mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-21 18:36:40 +00:00
PluginLoader: fixed access protocol, updated devtools
This commit is contained in:
parent
7b0ce16b12
commit
ad7787e13b
@ -88,6 +88,6 @@ class ScriptPluginLoader implements PluginLoader{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getAccessProtocol() : string{
|
public function getAccessProtocol() : string{
|
||||||
return "file://";
|
return "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 1fae225ac376c1a0f4dd57a181dbba591f62944a
|
Subproject commit 638e44519a921f969c59365220fd46011aba51a1
|
Loading…
x
Reference in New Issue
Block a user