mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 14:48:02 +03:00
Increased ServerQuery buffer size
This commit is contained in:
parent
f693bff938
commit
bb846c28aa
@ -12,7 +12,7 @@ namespace Facepunch.Steamworks
|
||||
public class ServerQuery
|
||||
{
|
||||
internal Server server;
|
||||
internal static byte[] buffer = new byte[16*1024];
|
||||
internal static byte[] buffer = new byte[64*1024];
|
||||
|
||||
internal ServerQuery( Server s )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user