fix lost sector perfect reward

This commit is contained in:
Mikhail Tyukin
2025-06-25 17:30:48 +04:00
parent 08b644463b
commit 63495aa5e7
7 changed files with 74 additions and 23 deletions

View File

@@ -76,6 +76,8 @@ namespace EpinelPS.LobbyServer.LobbyUser
response.OwnedLobbyDecoBackgroundIdList.AddRange(user.LobbyDecoBackgroundList);
response.ClearLessons.AddRange(user.CompletedTacticAcademyLessons);
await WriteDataAsync(response);
}
}