Skip to content

Commit

Permalink
Use redm_update_notify in .json config
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Jul 22, 2024
1 parent 3af1ac8 commit 974aca6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions cstrike/addons/amxmodx/configs/redm/gamemode_deathmatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@
// Mode title HUD Y position.
"redm_mode_title_hud_y": "0.85",

// Notify for new ReDM update.
"redm_update_notify": "1",

// ReGameDLL Settings
"mp_freeforall": "1",
"bot_deathmatch": "1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ Updater_Init() {
.has_min = true, .min_val = 0.0,
.has_max = true, .max_val = 1.0,
.flags = _FCVAR_BOOLEAN,
.description = "Notify for new ReDM update.^n\
Don't use into ReDM configs!"
.description = "Notify for new ReDM update."
),
redm_update_notify
)
Expand Down

0 comments on commit 974aca6

Please sign in to comment.