mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 01:16:15 +00:00
PluginLoader: fixed access protocol, updated devtools
This commit is contained in:
@ -88,6 +88,6 @@ class ScriptPluginLoader implements PluginLoader{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getAccessProtocol() : string{
|
public function getAccessProtocol() : string{
|
||||||
return "file://";
|
return "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Submodule tests/plugins/PocketMine-DevTools updated: 1fae225ac3...638e44519a
Reference in New Issue
Block a user