Commit 705bee05 authored by Melledy's avatar Melledy
Browse files

Fix battle pass manager saving with 0 id

parent 7254fe16
...@@ -61,6 +61,7 @@ public class BattlePassManager extends BasePlayerDataManager { ...@@ -61,6 +61,7 @@ public class BattlePassManager extends BasePlayerDataManager {
public BattlePassManager(Player player) { public BattlePassManager(Player player) {
super(player); super(player);
this.ownerUid = player.getUid();
} }
public void setPlayer(Player player) { public void setPlayer(Player player) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment