mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-25 17:52:55 +08:00
feat(session_browser): update max session limit (#1423)
This commit is contained in:
@ -5,7 +5,7 @@ namespace big
|
|||||||
class matchmaking_service
|
class matchmaking_service
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
constexpr static int MAX_SESSIONS_TO_FIND = 1054;
|
constexpr static int MAX_SESSIONS_TO_FIND = 1063;
|
||||||
|
|
||||||
struct session_attributes
|
struct session_attributes
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user