Skip to content

Commit

Permalink
change ConVar ChatAdditions_version flags
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
SergeyShorokhov committed Apr 27, 2024
1 parent 1ed9568 commit a619520
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public stock const PluginDescription[] = "A core plugin for control different t
public plugin_precache() {
register_plugin(PluginName, PluginVersion, PluginAuthor)

create_cvar("ChatAdditions_version", PluginVersion, (FCVAR_SERVER | FCVAR_SPONLY | FCVAR_UNLOGGED))
create_cvar("ChatAdditions_version", PluginVersion, FCVAR_SERVER)

GetLogsFilePath(g_logsPath, .dir = LOG_FOLDER)

Expand Down

0 comments on commit a619520

Please sign in to comment.