|
@@ -54,6 +54,7 @@ namespace GFGGame
|
|
netType = EnumNetType.PUBLIC;
|
|
netType = EnumNetType.PUBLIC;
|
|
cfgName = "cfg_ios";
|
|
cfgName = "cfg_ios";
|
|
platformId = 2;
|
|
platformId = 2;
|
|
|
|
+ ChannelId = (int)ChannelID.AppStore;
|
|
#elif PT_TISHEN
|
|
#elif PT_TISHEN
|
|
netType = EnumNetType.TISHEN;
|
|
netType = EnumNetType.TISHEN;
|
|
cfgName = "cfg_ts";
|
|
cfgName = "cfg_ts";
|
|
@@ -61,7 +62,6 @@ namespace GFGGame
|
|
netType = EnumNetType.LOCAL;
|
|
netType = EnumNetType.LOCAL;
|
|
cfgName = "cfg_local";
|
|
cfgName = "cfg_local";
|
|
#endif
|
|
#endif
|
|
-
|
|
|
|
if (netType == EnumNetType.LOCAL)
|
|
if (netType == EnumNetType.LOCAL)
|
|
{
|
|
{
|
|
launcherRootUrl = "http://10.108.64.189:81/";
|
|
launcherRootUrl = "http://10.108.64.189:81/";
|