mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 09:01:08 +03:00
Фикс для BungeeCord
This commit is contained in:
parent
16f12d54f9
commit
4a2b535403
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public static boolean loopAuth(ServerWrapper wrapper,int count,int sleeptime) {
|
||||||
public static void main(String[] args) throws Throwable {
|
public static void main(String[] args) throws Throwable {
|
||||||
ServerWrapper wrapper = new ServerWrapper();
|
ServerWrapper wrapper = new ServerWrapper();
|
||||||
modulesManager = new ModulesManager(wrapper);
|
modulesManager = new ModulesManager(wrapper);
|
||||||
modulesManager.autoload(Paths.get("modules"));
|
modulesManager.autoload(Paths.get("srv_modules")); //BungeeCord using modules dir
|
||||||
Launcher.modulesManager = modulesManager;
|
Launcher.modulesManager = modulesManager;
|
||||||
configFile = Paths.get("ServerWrapper.cfg");
|
configFile = Paths.get("ServerWrapper.cfg");
|
||||||
modulesManager.preInitModules();
|
modulesManager.preInitModules();
|
||||||
|
|
Loading…
Reference in a new issue