beiguoxia hace 1 año
padre
commit
874c552f5f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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";
         }