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