Add MAX_CONSOLE_LENGTH define to console.inc

This creates a define to match the underlying SourceMod buffer sizes for Print functions
This commit is contained in:
Arron Vinyard 2022-03-30 22:31:00 -04:00 committed by GitHub
parent 01203a5a44
commit 1eac58a5b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,8 @@
#define INVALID_FCVAR_FLAGS (-1)
#define MAX_CONSOLE_LENGTH 1024
/**
* Console variable query helper values.
*/