Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump maximum maps to 2048 #27

Merged
merged 1 commit into from
Feb 15, 2022
Merged

Conversation

sneak-it
Copy link
Contributor

Required for high map count servers, such as bhop servers where having over 1024 maps is commonplace.

@caxanga334 caxanga334 self-assigned this Feb 15, 2022
@caxanga334 caxanga334 added the enhancement New feature or request label Feb 15, 2022
@caxanga334 caxanga334 added this to To do in Development via automation Feb 15, 2022
@caxanga334
Copy link
Owner

caxanga334 commented Feb 15, 2022

This is the second time this limit is being increased, at this point, why are we still using normal arrays instead of an ArrayList?
For reference, sourcemod's mapchooser plugin uses an ArrayList to store maps.

@sneak-it
Copy link
Contributor Author

This is the second time this limit is being increased, at this point, why are we still using normal arrays instead of an ArrayList?

Probably because we're building off of an ancient plugin 😆

Go for it!

@caxanga334 caxanga334 merged commit 0eb5dfb into caxanga334:master Feb 15, 2022
Development automation moved this from To do to Done Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants