mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-02-18 15:10:16 -05:00
package: do not break manifest on mulitrelease jars
This commit is contained in:
@@ -649,7 +649,7 @@ public class Plugin implements Closeable
|
||||
if (isMultiRelease)
|
||||
{
|
||||
// allow multirelease classes to not be parsable by asm, they may be too new
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
throw e;
|
||||
|
||||
Reference in New Issue
Block a user