mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
[CLEANUP] Code cleanup
This commit is contained in:
@@ -87,6 +87,7 @@ public class BotMenu implements ActionListener {
|
||||
private JMenuItem newItem(String name) {
|
||||
JMenuItem item = new JCheckBoxMenuItem(name);
|
||||
item.addActionListener(this);
|
||||
|
||||
return item;
|
||||
}
|
||||
|
||||
@@ -94,5 +95,4 @@ public class BotMenu implements ActionListener {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
Context.getInstance().getPaintDebugger().toggle(e.getActionCommand());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user