[Auth]: Edit comment (#931)
This commit is contained in:
parent
c9b1566e38
commit
9401543a13
@ -271,7 +271,7 @@ namespace Components
|
|||||||
|
|
||||||
HasAccessToReservedSlot = std::strcmp((*Game::sv_privatePassword)->current.string, value) == 0;
|
HasAccessToReservedSlot = std::strcmp((*Game::sv_privatePassword)->current.string, value) == 0;
|
||||||
|
|
||||||
// This stubs runs right before the 'server is full check' so we can call this here
|
// This stub runs right before the 'server is full check' so we can call this here
|
||||||
Bots::SV_DirectConnect_Full_Check();
|
Bots::SV_DirectConnect_Full_Check();
|
||||||
|
|
||||||
return value;
|
return value;
|
||||||
|
Loading…
Reference in New Issue
Block a user