Fix profile view, fix shop not unlocking

This commit is contained in:
Mikhail
2024-07-06 11:07:26 -04:00
parent 0e193323ad
commit c623d9b321
7 changed files with 22 additions and 18 deletions

View File

@@ -24,6 +24,7 @@ namespace nksrv.LobbyServer.Msgs.Team
foreach (var item in user.UserTeams)
{
response.TypeTeams.Add(item.Value);
}
}
WriteData(response);