Skip to content

Commit

Permalink
修复符号错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvigarabis committed Jan 5, 2024
1 parent c51bf30 commit fcd3647
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void reloadConfig(){
Messages.MessageKey.PLUGIN_MESSAGE_CONFIG_LOAD_MISSING,
Integer.toString(missingMessageKeys.size()),
missingMessageKeys
.steam()
.stream()
.map(key -> key.getMessageKey())
.toString()
);
Expand Down

0 comments on commit fcd3647

Please sign in to comment.