mirror of
https://github.com/2006Scape-Scripts/ParaScript.git
synced 2026-07-03 00:38:36 +00:00
fixup
This commit is contained in:
Generated
+3
-1
@@ -1,7 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="3ab8e8a0-ccfd-4b0b-9547-98173085dc38" name="Default Changelist" comment="" />
|
<list default="true" id="3ab8e8a0-ccfd-4b0b-9547-98173085dc38" name="Default Changelist" comment="">
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/main/java/ParaScript/ui/UI.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/ParaScript/ui/UI.java" afterDir="false" />
|
||||||
|
</list>
|
||||||
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
|
|||||||
@@ -293,11 +293,11 @@ public class UI extends JFrame {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (Variables.fighting_npc_selected == FightingNpcs.CUSTOM) {
|
if (Variables.fighting_npc_selected == FightingNpcs.CUSTOM) {
|
||||||
lblThievingNpcCustomID.setVisible(true);
|
lblFightingNpcCustomID.setVisible(true);
|
||||||
thievingNpcCustomID.setVisible(true);
|
fightingNpcCustomID.setVisible(true);
|
||||||
} else {
|
} else {
|
||||||
lblThievingNpcCustomID.setVisible(false);
|
lblFightingNpcCustomID.setVisible(false);
|
||||||
thievingNpcCustomID.setVisible(false);
|
fightingNpcCustomID.setVisible(false);
|
||||||
}
|
}
|
||||||
UI.this.revalidate();
|
UI.this.revalidate();
|
||||||
UI.this.repaint();
|
UI.this.repaint();
|
||||||
|
|||||||
Reference in New Issue
Block a user