[FIX][CRITICAL] Описка в дефолтном конфигурационном файле.

This commit is contained in:
Zaxar163 2019-04-28 15:15:12 +03:00 committed by GitHub
parent c6c86afce1
commit aa3a5b447a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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