mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 18:38:37 +00:00
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:
parent
01203a5a44
commit
1eac58a5b7
@ -37,6 +37,8 @@
|
||||
|
||||
#define INVALID_FCVAR_FLAGS (-1)
|
||||
|
||||
#define MAX_CONSOLE_LENGTH 1024
|
||||
|
||||
/**
|
||||
* Console variable query helper values.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user