mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix compile
This assert was accidentally left in to catch any invalid calling of CNetAdr::ToString
This commit is contained in:
parent
2de9df0f1a
commit
f90bba9d85
@ -111,7 +111,7 @@ bool CNetAdr::ComparePort(const CNetAdr& other) const
|
|||||||
const char* CNetAdr::ToString(bool bOnlyBase) const
|
const char* CNetAdr::ToString(bool bOnlyBase) const
|
||||||
{
|
{
|
||||||
// Main thread only due to use of static buffers.
|
// Main thread only due to use of static buffers.
|
||||||
Assert(ThreadInMainThread());
|
//Assert(ThreadInMainThread());
|
||||||
|
|
||||||
// Select a static buffer.
|
// Select a static buffer.
|
||||||
static char s[4][128];
|
static char s[4][128];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user