This commit is contained in:
RedSparr0w
2019-10-21 12:01:11 +13:00
parent 9729431b25
commit 780b5e963c
2 changed files with 7 additions and 5 deletions
+4 -4
View File
@@ -293,11 +293,11 @@ public class UI extends JFrame {
}
}
if (Variables.fighting_npc_selected == FightingNpcs.CUSTOM) {
lblThievingNpcCustomID.setVisible(true);
thievingNpcCustomID.setVisible(true);
lblFightingNpcCustomID.setVisible(true);
fightingNpcCustomID.setVisible(true);
} else {
lblThievingNpcCustomID.setVisible(false);
thievingNpcCustomID.setVisible(false);
lblFightingNpcCustomID.setVisible(false);
fightingNpcCustomID.setVisible(false);
}
UI.this.revalidate();
UI.this.repaint();