mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +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{
|
||||
return "file://";
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user