Fix white screen after logging in

This commit is contained in:
Melledy
2022-04-26 19:20:10 -07:00
parent e3034326c1
commit be307fe5f0
2 changed files with 2 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ message AvatarDataNotify {
repeated AvatarInfo avatar_list = 1;
map<uint32, AvatarTeam> avatar_team_map = 2;
uint32 cur_avatar_team_id = 3;
uint64 choose_avatar_guid = 4;
fixed64 choose_avatar_guid = 4;
repeated uint64 temp_avatar_guid_list = 5;
repeated uint32 owned_flycloak_list = 6;
repeated uint32 owned_costume_list = 7;