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
5bef297d
Commit
5bef297d
authored
Apr 21, 2022
by
Melledy
Committed by
GitHub
Apr 21, 2022
Browse files
Merge pull request #90 from Grasscutters/account-fix
Fix account dupe key error after selecting starting character
parents
c8100394
e10bad5b
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/game/GenshinPlayer.java
View file @
5bef297d
...
...
@@ -170,7 +170,6 @@ public class GenshinPlayer {
public
void
setUid
(
int
id
)
{
this
.
id
=
id
;
this
.
getProfile
().
syncWithCharacter
(
this
);
}
public
long
getNextGenshinGuid
()
{
...
...
@@ -353,7 +352,6 @@ public class GenshinPlayer {
public
PlayerProfile
getProfile
()
{
if
(
this
.
playerProfile
==
null
)
{
this
.
playerProfile
=
new
PlayerProfile
(
this
);
this
.
save
();
}
return
playerProfile
;
}
...
...
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