mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Update comments
This commit is contained in:
parent
2b5ad17fbc
commit
fa8971eb5b
@ -39,8 +39,8 @@
|
||||
|
||||
#define MAX_CONSOLE_LENGTH 1024 /**< Maximum buffer size for console messages */
|
||||
|
||||
#define COMMAND_MAX_ARGC 64 /**< Maxmimum allowed command args */
|
||||
#define COMMAND_MAX_LENGTH 512 /**< Maxmimum allowed command length */
|
||||
#define COMMAND_MAX_ARGC 64 /**< Maxmimum allowed command argument count */
|
||||
#define COMMAND_MAX_LENGTH 512 /**< Maxmimum allowed command length of a command argument */
|
||||
|
||||
/**
|
||||
* Console variable query helper values.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user