Skip to content

Commit

Permalink
Fix max snapshot entities to match vET value of 2048
Browse files Browse the repository at this point in the history
Make sure to not run older clients on newer eteded servers after this fix to restore parity of vET.
  • Loading branch information
ensiform committed Jul 7, 2021
1 parent 4c09b02 commit b7302e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qcommon/qcommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ NET

#define MAX_PACKET_USERCMDS 32 // max number of usercmd_t in a packet

#define MAX_SNAPSHOT_ENTITIES 256
#define MAX_SNAPSHOT_ENTITIES 2048//256

#define PORT_ANY -1

Expand Down

0 comments on commit b7302e3

Please sign in to comment.