fix gameMode url

This commit is contained in:
CWX
2025-01-16 14:51:33 +00:00
parent c385d77d1e
commit a14e0e9a2d
+1 -1
View File
@@ -272,7 +272,7 @@ public class GameController
return new()
{
GameMode = "pve",
BackendUrl = "127.0.0.1:6969"
BackendUrl = "http://127.0.0.1:6969"
};
}