mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
feat(session_browser): update max session limit (#1423)
This commit is contained in:
parent
befaa567ff
commit
3fbcaeb2f9
@ -5,7 +5,7 @@ namespace big
|
||||
class matchmaking_service
|
||||
{
|
||||
public:
|
||||
constexpr static int MAX_SESSIONS_TO_FIND = 1054;
|
||||
constexpr static int MAX_SESSIONS_TO_FIND = 1063;
|
||||
|
||||
struct session_attributes
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user