mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2026-01-02 13:46:41 +00:00
Fix unsafe joins on inventory and ender chest commands, better exception catching, Close #58
This commit is contained in:
@@ -11,7 +11,7 @@ public abstract class Logger {
|
||||
|
||||
private boolean debug;
|
||||
|
||||
public abstract void log(@NotNull Level level, @NotNull String message, @NotNull Exception e);
|
||||
public abstract void log(@NotNull Level level, @NotNull String message, @NotNull Throwable e);
|
||||
|
||||
public abstract void log(@NotNull Level level, @NotNull String message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user