mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-14 16:04:40 +01: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