Migrate battlepass to its own db collection

This commit is contained in:
Melledy
2022-06-21 07:59:10 -07:00
parent b9bf33c2f7
commit f18f06fd1b
8 changed files with 76 additions and 50 deletions

View File

@@ -76,7 +76,6 @@ public class GameSession implements GameSessionManager.KcpChannel {
this.player = player;
this.player.setSession(this);
this.player.setAccount(this.getAccount());
this.player.setBattlePassManager(this.player);;
}
public SessionState getState() {