forked from ChomeNS/chomens-bot-java
fix before i go to sleep
This commit is contained in:
parent
9d85b489bc
commit
98ca810275
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue