splewis / get5

CS:GO Sourcemod plugin for competitive matches/scrims
GNU General Public License v3.0
559 stars 176 forks source link

Increase MAX_CVAR_LENGTH(1025)(#1034) #1035

Open FlowingSPDG opened 11 months ago

FlowingSPDG commented 11 months ago

Increased MAX_CVAR_LENGTH to 1024(+1 buffer).

nickdnk commented 11 months ago

I need to go over the places this constant is being used and maybe modify some of them. In the meantime, you can test if the build solves your problem by downloading it from here: https://github.com/splewis/get5/actions/runs/5734168261?pr=1035

The documentation also needs to be updated.

FlowingSPDG commented 11 months ago

Got it, I'll take a look more and fix code/docs if I can. Thanks!

nickdnk commented 11 months ago

Have you checked if this works as expected for you?

FlowingSPDG commented 11 months ago

Have you checked if this works as expected for you?

Sorry not yet, I'll let you know once I check into it.