We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03498e8 commit 06ba9b2Copy full SHA for 06ba9b2
1 file changed
src/Multiplayer/Multiplayer.cs src/Multiplayer/Client.cssrc/Multiplayer/Multiplayer.cs renamed to src/Multiplayer/Client.cs
@@ -27,7 +27,7 @@ internal static void Init()
27
Harmony.CreateAndPatchAll(typeof(Client));
28
BuildConfig buildConfig = BuildConfigHelper.GetSelectedBuildConfig();
29
buildConfig.buildServerURL = BuildServerURL.Custom;
30
- buildConfig.customServerURL = LOCAL_SERVER_URL;
+ buildConfig.customServerURL = Plugin.config.backendUrl;
31
32
Plugin.logger.LogInfo($"Multiplayer> Server URL set to: {Plugin.config.backendUrl}");
33
Plugin.logger.LogInfo("Multiplayer> GLD patches applied");
0 commit comments