Skip to content
Snippets Groups Projects
Commit 20aa6c27 authored by Golden's avatar Golden
Browse files

Basic compatability layer for 32-player clients and servers

When the "maxplayers" cvar is 32 or less..
- Does not send the two sets of player info packets
- Sends only the first 32 players for network communication in general
  - Accounts for packets that would normally go send MAXPLAYERS entries by
    sending only the first 32 players instead in these cases

TODO: implement lua support
parent c685a10c
No related branches found
No related tags found
No related merge requests found
Pipeline #7303 failed