Skip to content

Lift ban limits

Hanicef requested to merge Hanicef/SRB2:lift-ban-limits into next

This patch removes the max 100 ban limit on servers, allowing any number of bans to be made. It's implemented by simply allocating the array that bans are stored in dynamically instead of storing in a static list, so it can expand to any size.

Merge request reports

Loading