Commit 510d564b authored by Melledy's avatar Melledy
Browse files

Dont use discriminator for `PlayerCollectionRecords`

parent bc701cfa
......@@ -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;
......
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