瀏覽代碼

版本号

beiguoxia 1 年之前
父節點
當前提交
874c552f5f
共有 1 個文件被更改,包括 0 次插入1 次删除
  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";
         }