mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-04 15:43:14 +08:00
a little fix
This commit is contained in:
parent
ff0e1c64cd
commit
f2231349bd
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user