mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 08:39:09 +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);
|
||||
|
||||
if (index == 0) {
|
||||
group.setSelected(debugOutput.getModel(), true);
|
||||
}
|
||||
|
||||
actions.add(debugOutput);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user