mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-13 22:04:36 +01:00
Make current extra lineup index transient just in case the player logs in with the wrong lineup index set
This commit is contained in:
@@ -17,9 +17,10 @@ public class LineupManager {
|
||||
private transient Player player;
|
||||
|
||||
private int currentIndex; // Team index
|
||||
private int currentExtraIndex;
|
||||
private int mp;
|
||||
|
||||
private transient int currentExtraIndex;
|
||||
|
||||
private transient PlayerLineup[] lineups;
|
||||
private transient PlayerExtraLineup[] extraLineups;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user