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" }; }