Skip to content

Commit

Permalink
修复ItemEntry在内存中占用过多
Browse files Browse the repository at this point in the history
  • Loading branch information
亡灵暴龙大帝 committed Jul 15, 2024
1 parent 910e360 commit ae838f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@Entity
public class PlayerProgress {
@Setter @Transient private Player player;
private Map<Integer, ItemEntry> itemHistory;
private static Map<Integer, ItemEntry> itemHistory;

/*
* A list of dungeon IDs which have been completed.
Expand Down

0 comments on commit ae838f0

Please sign in to comment.