diff --git a/Source/Loader/Config/BuildConfig.cs b/Source/Loader/Config/BuildConfig.cs index 26ad6d74..b09db296 100644 --- a/Source/Loader/Config/BuildConfig.cs +++ b/Source/Loader/Config/BuildConfig.cs @@ -62,10 +62,10 @@ public static class BuildConfig } }, { - ExeUtils.MakeSimpleExeHash("Dark Souls III - 1.15.1.0", 88982096), + ExeUtils.MakeSimpleExeHash("1.15.1.0", 88982096), new DarkSoulsLoadConfig { - VersionName = "1.15.1.0 (Steam)", + VersionName = "Dark Souls III - 1.15.1.0 (Steam)", ServerInfoAddress = 0x55A3F15, UseInjector = true, UsesASLR = true, @@ -74,10 +74,10 @@ public static class BuildConfig } }, { - ExeUtils.MakeSimpleExeHash("Dark Souls III - 1.15.2.0", 88960032), + ExeUtils.MakeSimpleExeHash("1.15.2.0", 88960032), new DarkSoulsLoadConfig { - VersionName = "1.15.2.0 (Steam)", + VersionName = "Dark Souls III - 1.15.2.0 (Steam)", ServerInfoAddress = 0x0, UseInjector = true, UsesASLR = true, diff --git a/Source/Loader/Forms/MainForm.cs b/Source/Loader/Forms/MainForm.cs index 6f4fae41..84f8aa7f 100644 --- a/Source/Loader/Forms/MainForm.cs +++ b/Source/Loader/Forms/MainForm.cs @@ -289,8 +289,8 @@ private void OnLoaded(object sender, EventArgs e) ServerConfigList.FromJson(ProgramSettings.Default.server_config_json, out ServerList); IgnoreInputChanges = false; - ProgramSettings.Default.Reset(); #if false//DEBUG + ProgramSettings.Default.Reset(); ProgramSettings.Default.master_server_url = "http://127.0.0.1:50020"; #endif