Commit 2ad6f593 authored by Akka's avatar Akka Committed by Melledy
Browse files

Add @Transient for temporary team

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