mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-13 12:23:21 +08:00
Dont use discriminator for PlayerCollectionRecords
This commit is contained in:
parent
bc701cfad0
commit
510d564bcb
@ -5,7 +5,7 @@ import java.util.Map;
|
|||||||
|
|
||||||
import dev.morphia.annotations.Entity;
|
import dev.morphia.annotations.Entity;
|
||||||
|
|
||||||
@Entity
|
@Entity(useDiscriminator = false)
|
||||||
public class PlayerCollectionRecords {
|
public class PlayerCollectionRecords {
|
||||||
private Map<Integer, CollectionRecord> records;
|
private Map<Integer, CollectionRecord> records;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user