Эх сурвалжийг харах

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

guodong 1 жил өмнө
parent
commit
10db234d9c

+ 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";
         }