Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecdcaeb authored Feb 14, 2025
1 parent b0ae501 commit 1a53c86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public void distributeStateMessage(LoaderState state, Object... eventData)
if (owners.isEmpty()) {
config.getConfig().decorate(ModUtil.OWNER_DECORATOR, (Supplier) () -> ModUtil.UNKNOWN_OWNER);
} else {
final String owner = owner.get(0).getModId(); // better assign ?
final String owner = owners.get(0).getModId(); // better assign ?
config.getConfig().decorate(ModUtil.OWNER_DECORATOR, (Supplier) () -> owner);
}
}
Expand Down

0 comments on commit 1a53c86

Please sign in to comment.