fancynpcs: Update logger to 0.0.7

This commit is contained in:
Oliver
2025-08-30 14:57:45 +02:00
parent c65f8c03bf
commit d176f09aa0
7 changed files with 15 additions and 21 deletions

View File

@@ -27,7 +27,7 @@ public class JsonNametagStore implements NametagStore {
try {
jdb.set(context.getName() + "/" + id, nametag);
} catch (IOException e) {
FancyVisuals.getFancyLogger().error("Failed to set nametag for id " + id);
FancyVisuals.getFancyLogger().error("Failed to set nametag for id " + id, ThrowableProperty.of(e));
FancyVisuals.getFancyLogger().error(e);
}
}