mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Reduce address buffer size to 128
128 is the max size that the entire address string could be (with it being ipv6 and bracketed with ports).
This commit is contained in:
parent
4554a92e27
commit
d978d0c745
@ -45,7 +45,7 @@ private:
|
||||
bool m_bReclaimFocusTokenField;
|
||||
bool m_bQueryListNonRecursive; // When set, refreshes the server list once the next frame.
|
||||
bool m_bQueryGlobalBanList;
|
||||
char m_szServerAddressBuffer[256];
|
||||
char m_szServerAddressBuffer[128];
|
||||
char m_szServerEncKeyBuffer[30];
|
||||
float m_flFadeAlpha;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user