mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +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 {
|
||||
ServerWrapper wrapper = new ServerWrapper();
|
||||
modulesManager = new ModulesManager(wrapper);
|
||||
modulesManager.autoload(Paths.get("modules"));
|
||||
modulesManager.autoload(Paths.get("srv_modules")); //BungeeCord using modules dir
|
||||
Launcher.modulesManager = modulesManager;
|
||||
configFile = Paths.get("ServerWrapper.cfg");
|
||||
modulesManager.preInitModules();
|
||||
|
|
Loading…
Reference in a new issue