From a14e0e9a2d57c4c2592c1da73cfaaeb7d7afe719 Mon Sep 17 00:00:00 2001 From: CWX Date: Thu, 16 Jan 2025 14:51:33 +0000 Subject: [PATCH] fix gameMode url --- Core/Controllers/GameController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Controllers/GameController.cs b/Core/Controllers/GameController.cs index 3ea2616b..bb0ae20c 100644 --- a/Core/Controllers/GameController.cs +++ b/Core/Controllers/GameController.cs @@ -272,7 +272,7 @@ public class GameController return new() { GameMode = "pve", - BackendUrl = "127.0.0.1:6969" + BackendUrl = "http://127.0.0.1:6969" }; }