mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
Merge branch 'development' into bugfix/debug-output-fix
This commit is contained in:
@@ -99,6 +99,11 @@ public class BotMenu implements ActionListener {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
group.add(debugOutput);
|
group.add(debugOutput);
|
||||||
|
|
||||||
|
if (index == 0) {
|
||||||
|
group.setSelected(debugOutput.getModel(), true);
|
||||||
|
}
|
||||||
|
|
||||||
actions.add(debugOutput);
|
actions.add(debugOutput);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user