mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 05:55:33 +00:00
Fixed: Target flash player version in FlashDevelop and IDEA projects
This commit is contained in:
@@ -81,6 +81,9 @@ public class FlashPlayerVersion {
|
||||
* @return Flash player version or null if not found
|
||||
*/
|
||||
public static String getFlashPlayerBySwfVersion(int swfVersion) {
|
||||
if (swfVersion > 50) {
|
||||
return "50.0"; //??
|
||||
}
|
||||
return swfVersionToFlashPlayer.get(swfVersion);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user