fix saving

This commit is contained in:
Mikhail Thompson
2024-06-26 22:04:31 +03:00
parent 7c6e57bd63
commit d5d6844c97
2 changed files with 4 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ namespace nksrv.LobbyServer.Msgs.Campaign
var response = new ResGetFieldTalkList();
Console.WriteLine($"todo save {req.MapId} with {req.Json}");
Console.WriteLine($"save {req.MapId} with {req.Json}");
if (!user.MapJson.ContainsKey(req.MapId))
{