Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
510d564b
Commit
510d564b
authored
Jul 20, 2022
by
Melledy
Browse files
Dont use discriminator for `PlayerCollectionRecords`
parent
bc701cfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/game/player/PlayerCollectionRecords.java
View file @
510d564b
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment