Set setChooseAvatarGuid properly

This commit is contained in:
Melledy
2022-07-22 08:30:11 -07:00
parent 0d17c4a088
commit 7254fe1612
2 changed files with 12 additions and 3 deletions

View File

@@ -642,6 +642,9 @@ public class Player {
}
public void setMainCharacterId(int mainCharacterId) {
if (this.mainCharacterId != 0) {
return;
}
this.mainCharacterId = mainCharacterId;
}