mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-25 10:51:47 +00:00
Fix battle pass manager saving with 0 id
This commit is contained in:
parent
7254fe1612
commit
705bee0595
@ -61,6 +61,7 @@ public class BattlePassManager extends BasePlayerDataManager {
|
||||
|
||||
public BattlePassManager(Player player) {
|
||||
super(player);
|
||||
this.ownerUid = player.getUid();
|
||||
}
|
||||
|
||||
public void setPlayer(Player player) {
|
||||
|
Loading…
Reference in New Issue
Block a user