mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-02 16:49:09 +00:00
[BUGFIX] Select debug 0 as default output
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