Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit 127fa22

Browse files
ExplvExplv
authored andcommitted
You no longer need to restart the client after changing to fixed mode
1 parent 387cc3f commit 127fa22

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/sections/RuneScapeGuideSection.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ public final void onLoop() throws InterruptedException {
5757
break;
5858
case 3:
5959
if (!EnableFixedModeEvent.isFixedModeEnabled(this)) {
60-
if (execute(new EnableFixedModeEvent()).hasFinished()) {
61-
SwingUtilities.invokeLater(() -> JOptionPane.showMessageDialog(getBot().getBotPanel(), "Please restart the client"));
62-
getBot().getScriptExecutor().stop();
63-
}
60+
execute(new EnableFixedModeEvent());
6461
} else {
6562
getTabs().open(Tab.SETTINGS);
6663
}

0 commit comments

Comments
 (0)