mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-17 11:22:57 +08:00
Fix new account can't load codex datas
This commit is contained in:
committed by
Melledy
Unverified
parent
9e8b6eff09
commit
c8a7aea78b
@@ -39,6 +39,11 @@ public class PlayerCodex {
|
||||
this.unlockedReliquarySuitCodex = new HashSet<>();
|
||||
}
|
||||
|
||||
public PlayerCodex(Player player){
|
||||
this();
|
||||
this.player = player;
|
||||
}
|
||||
|
||||
public void setPlayer(Player player) {
|
||||
this.player = player;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user