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
2ad6f593
Commit
2ad6f593
authored
May 06, 2022
by
Akka
Committed by
Melledy
May 06, 2022
Browse files
Add @Transient for temporary team
parent
c912b8d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/game/player/TeamManager.java
View file @
2ad6f593
...
...
@@ -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
();
...
...
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