Commit f683b222 authored by Akka's avatar Akka
Browse files

Add @Transient for temporary team

parent 833ea1b7
......@@ -53,11 +53,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();
......
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