mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
increase NET_PrintFunc buf.
Game expects 2048 characters.
This commit is contained in:
parent
ba252c8e98
commit
2fc0bea3a2
@ -117,7 +117,7 @@ void NET_GenerateKey()
|
|||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
void NET_PrintFunc(const char* fmt, ...)
|
void NET_PrintFunc(const char* fmt, ...)
|
||||||
{
|
{
|
||||||
static char buf[1024];
|
static char buf[2048];
|
||||||
#ifndef DEDICATED
|
#ifndef DEDICATED
|
||||||
const static eDLL_T context = eDLL_T::CLIENT;
|
const static eDLL_T context = eDLL_T::CLIENT;
|
||||||
#else // !DEDICATED
|
#else // !DEDICATED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user