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
705bee05
Commit
705bee05
authored
Jul 22, 2022
by
Melledy
Browse files
Fix battle pass manager saving with 0 id
parent
7254fe16
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/game/battlepass/BattlePassManager.java
View file @
705bee05
...
...
@@ -61,6 +61,7 @@ public class BattlePassManager extends BasePlayerDataManager {
public
BattlePassManager
(
Player
player
)
{
super
(
player
);
this
.
ownerUid
=
player
.
getUid
();
}
public
void
setPlayer
(
Player
player
)
{
...
...
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