Skip to content

Commit

Permalink
Тестирование net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Fooxboy committed Nov 15, 2023
1 parent 6203b21 commit e0f2f06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MyOwnGame.Backend/Managers/SessionsManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ public Dictionary<long, Session> GetSessions()
public Session? GetSessionById(long id)
{
return !_sessions.TryGetValue(id, out var session) ? null : session;


}

public Session? GetSessionByConnection(string connectionId)
Expand Down

0 comments on commit e0f2f06

Please sign in to comment.