Add @Transient for temporary team

This commit is contained in:
Akka 2022-05-06 14:46:10 +08:00 committed by Melledy
parent 696f629080
commit 39a49ae964

View File

@ -54,11 +54,11 @@ public class TeamManager {
@Transient private final IntSet teamResonances;
@Transient private final IntSet teamResonancesConfig;
private int useTemporarilyTeamIndex = -1;
@Transient private int useTemporarilyTeamIndex = -1;
/**
* Temporary Team for tower
*/
private List<TeamInfo> temporaryTeam;
@Transient private List<TeamInfo> temporaryTeam;
public TeamManager() {
this.mpTeam = new TeamInfo();