mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-27 19:05:09 +00:00
a little fix
This commit is contained in:
parent
6b82a5360c
commit
22df34606c
@ -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