Skip to content

Commit

Permalink
feat(item): 为ItemConfig添加 ItemFlag 与 enchant 相关配置
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Jun 17, 2022
1 parent 346ae4c commit 7fa6fa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public short getData() {
}

if (!flags.isEmpty()) {
map.put("flags", flags.stream().map(ItemFlag::name).collect(Collectors.toSet()));
map.put("flags", flags.stream().map(ItemFlag::name).collect(Collectors.toList()));
}
return map;
}
Expand Down

0 comments on commit 7fa6fa1

Please sign in to comment.