Browse Source

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

guodong 1 year ago
parent
commit
10db234d9c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      GameClient/Assets/Game/Launcher/Version/VersionController.cs

+ 0 - 1
GameClient/Assets/Game/Launcher/Version/VersionController.cs

@@ -202,7 +202,6 @@ namespace GFGGame
                 platform = "IOS";
 		else if (Application.platform == RuntimePlatform.WebGLPlayer)
                 platform = "WebGL";
-		else
 #endif
             return $"{hostServerIP}/{platform}/{packageName}/HostPlay";
         }