mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-27 12:05:52 +00:00
a little fix
This commit is contained in:
parent
6b82a5360c
commit
22df34606c
@ -15,9 +15,7 @@ import java.util.List;
|
||||
|
||||
@Entity
|
||||
public class TowerManager {
|
||||
|
||||
@Transient private final Player player;
|
||||
|
||||
@Transient private Player player;
|
||||
|
||||
public TowerManager(Player player) {
|
||||
this.player = player;
|
||||
|
Loading…
Reference in New Issue
Block a user