mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 08:39:09 +00:00
[CLEANUP] Fixed the message on cleaning
This commit is contained in:
@@ -30,7 +30,7 @@ public class Logger extends JPanel {
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
clearLogger();
|
||||
addMessage("Logger cleared", false);
|
||||
addMessage("Logger started", false);
|
||||
}
|
||||
});
|
||||
add(button, BorderLayout.SOUTH);
|
||||
|
||||
Reference in New Issue
Block a user