Fix battle pass manager saving with 0 id

This commit is contained in:
Melledy 2022-07-22 08:35:37 -07:00
parent 7254fe1612
commit 705bee0595

View File

@ -61,6 +61,7 @@ public class BattlePassManager extends BasePlayerDataManager {
public BattlePassManager(Player player) {
super(player);
this.ownerUid = player.getUid();
}
public void setPlayer(Player player) {