mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 19:21:20 +00:00
random debugger package now optional
abc combobox removed debugger attaching fixed
This commit is contained in:
@@ -169,7 +169,7 @@ public class DetailPanel extends JPanel implements ActionListener {
|
||||
if (trait == null) {
|
||||
traitNameLabel.setText("-");
|
||||
} else {
|
||||
if(abcPanel!=null && trait.getName(abcPanel.abc)!=null && abcPanel.abc != null){
|
||||
if(abcPanel!=null){
|
||||
traitNameLabel.setText(trait.getName(abcPanel.abc).getName(abcPanel.abc.constants, new ArrayList<String>(), false));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user