mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
[FIX] Setting action debug unchecked when selecting another option.
This commit is contained in:
@@ -68,6 +68,7 @@ public class BotMenu implements ActionListener {
|
||||
for (int i = 0; i < MenuAction.getOutputs().length; i++){
|
||||
final int index = i;
|
||||
JMenuItem debugOutput = new JCheckBoxMenuItem("Output: " + index);
|
||||
debugOutput.setEnabled(false);
|
||||
debugOutput.addActionListener(new ActionListener() {
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
|
||||
Reference in New Issue
Block a user