caxanga334 / cvreduxmodified

Modified version of ReFlexPoison's custom votes
GNU General Public License v3.0
15 stars 9 forks source link

Bump maximum maps to 2048 #27

Closed sneak-it closed 2 years ago

sneak-it commented 2 years ago

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

caxanga334 commented 2 years ago

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 commented 2 years ago

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!