111
This commit is contained in:
@@ -113,7 +113,7 @@ internal class FsmInitializePackage : IStateNode
|
||||
/// </summary>
|
||||
public string GetHostServerURL(string packageName)
|
||||
{
|
||||
string hostServerIP = $"https://home.gtuantuan.online/{Application.productName}";
|
||||
string hostServerIP = $"https://home.gtuantuan.online:9444/{Application.productName}";
|
||||
if (GameManager.Inst.ServerAddress != "" && GameManager.Inst.ServerAddress != null)
|
||||
hostServerIP = $"{GameManager.Inst.ServerAddress}/{Application.productName}";
|
||||
string appVersion = "v1";
|
||||
|
||||
Reference in New Issue
Block a user