fix before i go to sleep

This commit is contained in:
Chayapak 2023-07-02 21:34:55 +07:00
parent 9d85b489bc
commit 98ca810275

View file

@ -16,7 +16,7 @@ public class LoggerPlugin extends ChatPlugin.Listener {
private boolean addedListener = false;
public final boolean logToConsole = true;
public boolean logToConsole = true;
private final DateTimeFormatter dateTimeFormatter = DateTimeFormatter.ofPattern("dd/MM/yyyy HH:mm:ss");