Change active forges in player to list.

This commit is contained in:
ImmuState
2022-06-04 11:46:24 -07:00
committed by Melledy
parent 47bcfe96f6
commit d7a4209138
2 changed files with 3 additions and 11 deletions

View File

@@ -4,7 +4,6 @@ import dev.morphia.annotations.Entity;
@Entity
public class ActiveForgeData {
private int queueId;
private int forgeId;
private int avatarId;
@@ -15,13 +14,6 @@ public class ActiveForgeData {
// private int nextFinishTimestamp;
// private int totalFinishTimestamp;
public int getQueueId() {
return this.queueId;
}
public void setQueueId(int value) {
this.queueId = value;
}
public int getForgeId() {
return this.forgeId;
}