Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
f683b222
Commit
f683b222
authored
May 06, 2022
by
Akka
Browse files
Add @Transient for temporary team
parent
833ea1b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/game/player/TeamManager.java
View file @
f683b222
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment