mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Add a note
This commit is contained in:
parent
461fb48575
commit
3a19ac0c24
@ -26,6 +26,9 @@ CNetCon::CNetCon(void)
|
||||
, m_bPromptConnect(true)
|
||||
, m_flTickInterval(0.05f)
|
||||
{
|
||||
// Empty character set used for ip addresses if we still need to initiate a
|
||||
// connection, as we don't want to break on ':' characters found in an IPv6
|
||||
// address.
|
||||
CharacterSetBuild(&m_CharacterSet, "");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user