Skip to content

Commit

Permalink
Update cvars.inc (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoromaniello committed Dec 6, 2020
1 parent 03f4c7d commit c81f68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/include/cvars.inc
Expand Up @@ -70,7 +70,7 @@ native create_cvar(const name[], const string[], flags = FCVAR_NONE, const descr
* Registers a new cvar for the engine.
*
* @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.
* The default value is only set when the cvar is registered for the very
* first time since the server was started.
Expand Down

0 comments on commit c81f68a

Please sign in to comment.