Dont use discriminator for PlayerCollectionRecords

This commit is contained in:
Melledy 2022-07-20 22:12:31 -07:00
parent bc701cfad0
commit 510d564bcb

View File

@ -5,7 +5,7 @@ import java.util.Map;
import dev.morphia.annotations.Entity;
@Entity
@Entity(useDiscriminator = false)
public class PlayerCollectionRecords {
private Map<Integer, CollectionRecord> records;