mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 09:25:06 +01:00
Migrate battlepass to its own db collection
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user