9
0
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:
William
2022-10-26 15:20:08 +01:00
parent 480796fbee
commit 089ea5b63a
6 changed files with 72 additions and 59 deletions

View File

@@ -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);