mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-20 12:49:57 +08:00
Fix new account can't load codex datas
This commit is contained in:
committed by
Melledy
Unverified
parent
ec7a6aec50
commit
74649f28f6
@@ -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