Update cvars.inc (#919)

This commit is contained in:
Franco Romaniello 2020-12-06 21:01:52 +01:00 committed by GitHub
parent 03f4c7dd2c
commit c81f68aac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ native create_cvar(const name[], const string[], flags = FCVAR_NONE, const descr
* Registers a new cvar for the engine. * Registers a new cvar for the engine.
* *
* @note Deprecated. Consider to use create_cvar for more options. * @note Deprecated. Consider to use create_cvar for more options.
* @note For a list of possible cvar flags see FCVAR_* constants in amxconst.inc * @note For a list of possible cvar flags see FCVAR_* constants in cvars.inc
* @note If an already existing cvar is registered it will not be duplicated. * @note If an already existing cvar is registered it will not be duplicated.
* The default value is only set when the cvar is registered for the very * The default value is only set when the cvar is registered for the very
* first time since the server was started. * first time since the server was started.