mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
fancynpcs: Update logger to 0.0.7
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user