mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-09-11 01:38:55 +03:00
a little fix
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user