mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 08:56:04 +01:00
Set setChooseAvatarGuid properly
This commit is contained in:
@@ -642,6 +642,9 @@ public class Player {
|
||||
}
|
||||
|
||||
public void setMainCharacterId(int mainCharacterId) {
|
||||
if (this.mainCharacterId != 0) {
|
||||
return;
|
||||
}
|
||||
this.mainCharacterId = mainCharacterId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user