1
0
forked from cgvr/DeltaVR

fix problems from merging with upstream

This commit is contained in:
2026-02-07 12:29:59 +02:00
parent b1d5b73df4
commit 0fbfaed5c3
12 changed files with 40 additions and 79 deletions

View File

@@ -20,7 +20,7 @@ public class TrellisClient : MonoBehaviour
void Start()
{
httpClient = new HttpClient();
httpClient.BaseAddress = new Uri(ConfigManager.Instance.Config.TrellisUrl);
httpClient.BaseAddress = new Uri(ConfigManager.instance.GetTrellisUrl());
TestConnection();
}