Skip to content

Commit

Permalink
fix: change redm_version ConVar flags for better visibility in a2s …
Browse files Browse the repository at this point in the history
…rules response (#95)
  • Loading branch information
SergeyShorokhov authored Feb 16, 2024
1 parent 7f5e772 commit fb703ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cstrike/addons/amxmodx/scripting/ReDeathmatch.sma
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public plugin_init() {
register_plugin("ReDeathmatch", REDM_VERSION, "Sergey Shorokhov")
register_dictionary("redm/redm.txt")

create_cvar("redm_version", REDM_VERSION, (FCVAR_SERVER|FCVAR_SPONLY|FCVAR_PROTECTED))
create_cvar("redm_version", REDM_VERSION, FCVAR_SERVER)

if (!is_regamedll()) {
LogMessageEx(Fatal, "^n ReGameDLL not found!")
Expand Down

0 comments on commit fb703ca

Please sign in to comment.