diff --git a/r5dev/engine/net.cpp b/r5dev/engine/net.cpp index d7d29dea..ad74105a 100644 --- a/r5dev/engine/net.cpp +++ b/r5dev/engine/net.cpp @@ -117,7 +117,7 @@ void NET_GenerateKey() //----------------------------------------------------------------------------- void NET_PrintFunc(const char* fmt, ...) { - static char buf[1024]; + static char buf[2048]; #ifndef DEDICATED const static eDLL_T context = eDLL_T::CLIENT; #else // !DEDICATED