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
f2231349
Commit
f2231349
authored
May 07, 2022
by
Akka
Browse files
a little fix
parent
ff0e1c64
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/game/tower/TowerManager.java
View file @
f2231349
...
@@ -15,9 +15,7 @@ import java.util.List;
...
@@ -15,9 +15,7 @@ import java.util.List;
@Entity
@Entity
public
class
TowerManager
{
public
class
TowerManager
{
@Transient
private
Player
player
;
@Transient
private
final
Player
player
;
public
TowerManager
(
Player
player
)
{
public
TowerManager
(
Player
player
)
{
this
.
player
=
player
;
this
.
player
=
player
;
...
...
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