Commit f2231349 authored by Akka's avatar Akka
Browse files

a little fix

parent ff0e1c64
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment