切换默认资源服务器地址
This commit is contained in:
@@ -113,7 +113,7 @@ internal class FsmInitializePackage : IStateNode
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public string GetHostServerURL(string packageName)
|
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)
|
if (GameManager.Inst.ServerAddress != "" && GameManager.Inst.ServerAddress != null)
|
||||||
hostServerIP = $"{GameManager.Inst.ServerAddress}/{Application.productName}";
|
hostServerIP = $"{GameManager.Inst.ServerAddress}/{Application.productName}";
|
||||||
string appVersion = "v1";
|
string appVersion = "v1";
|
||||||
|
|||||||
Reference in New Issue
Block a user