This commit is contained in:
2025-09-22 10:48:05 +08:00
parent 224bb0075f
commit c2ef347d42
120 changed files with 16413 additions and 239 deletions

View File

@@ -113,7 +113,7 @@ internal class FsmInitializePackage : IStateNode
/// </summary>
public string GetHostServerURL(string packageName)
{
string hostServerIP = $"http://localhost:8080/{Application.productName}";
string hostServerIP = $"http://47.107.55.108:8080/{Application.productName}";
if (GameManager.Inst.ServerAddress != "" && GameManager.Inst.ServerAddress != null)
hostServerIP = $"{GameManager.Inst.ServerAddress}/{Application.productName}";
string appVersion = "v1";