Skip to content

2023-December-03 - 2.6.14601

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Dec 20:23
fd8daf1
Simplify: merge class 'LobbyClient' into 'LoginResult' (#12171)

This update replaces any usage of LobbyClient with LoginResult.
There is a lot of overlap between the two classes, for the most
part it is a 1:1 replacement.

LobbyClient itself has some issues, it's certainly more of a
result object and has a lot of overlap with another result object
named 'LoginResult'.