mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +03:00
[FIX][CRITICAL] Описка в дефолтном конфигурационном файле.
This commit is contained in:
parent
c6c86afce1
commit
aa3a5b447a
1 changed files with 2 additions and 2 deletions
|
@ -756,8 +756,8 @@ private void generateConfigIfNotExists(boolean testEnv) throws IOException {
|
|||
newConfig.legacyAddress = address;
|
||||
newConfig.netty.address = "ws://" + address + ":9274/api";
|
||||
newConfig.netty.downloadURL = "http://" + address + ":9274/%dirname%/";
|
||||
newConfig.netty.launcherURL = "http://" + address + ":9274/internal/Launcher.jar";
|
||||
newConfig.netty.launcherEXEURL = "http://" + address + ":9274/internal/Launcher.exe";
|
||||
newConfig.netty.launcherURL = "http://" + address + ":9274/Launcher.jar";
|
||||
newConfig.netty.launcherEXEURL = "http://" + address + ":9274/Launcher.exe";
|
||||
newConfig.netty.sendExceptionEnabled = true;
|
||||
|
||||
// Write LaunchServer config
|
||||
|
|
Loading…
Reference in a new issue