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
e10bad5b
Commit
e10bad5b
authored
Apr 21, 2022
by
Melledy
Browse files
Fix account dupe key error after selecting starting character
parent
c8100394
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/game/GenshinPlayer.java
View file @
e10bad5b
...
...
@@ -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