Skip to content

Commit dc38689

Browse files
committed
256->512
1 parent 75d06c8 commit dc38689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/network.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ enum
1010
NET_CONNSTATE_ERROR=4,
1111

1212
NET_MAX_PACKETSIZE = 1400,
13-
NET_MAX_CLIENTS = 256
13+
NET_MAX_CLIENTS = 512
1414
};
1515

1616
typedef int (*NETFUNC_DELCLIENT)(int ClientID, const char* pReason, void *pUser);

0 commit comments

Comments
 (0)