mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Rename CClientState field
Renamed to 'm_bUseLocalSendTableFile'. If set, the 'CClientState::ProcessSendTable()' method drops the SVC_SendTable message, and keeps using the local file instead.
This commit is contained in:
parent
4c7d0325fa
commit
20cc4b1439
@ -97,7 +97,7 @@ public:
|
||||
_BYTE m_bSignonChallengeReceived;
|
||||
_DWORD challenge;
|
||||
netadr_t challengeAddr;
|
||||
_BYTE byte33C;
|
||||
bool m_bUseLocalSendTableFile;
|
||||
_QWORD m_pServerClasses;
|
||||
int m_nServerClasses;
|
||||
int m_nServerClassBits;
|
||||
|
Loading…
x
Reference in New Issue
Block a user