mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-14 12:11:54 +00:00
Added #2057 Show all assigned AS linkage classes in the item name (instead just one)
This commit is contained in:
@@ -3373,7 +3373,7 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
if (cls == null) {
|
||||
continue;
|
||||
}
|
||||
if (cls.equals(c.getClassName())) {
|
||||
if (c.getClassNames().contains(cls)) {
|
||||
sounds.set(k, cid);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user