Skip to content

Commit

Permalink
Add description to .json config
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Sep 20, 2023
1 parent 12a7ced commit e509d17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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 @@ -50,6 +50,9 @@
"redm_spawn_preset": "preset",

// ReDM: Features
// Block the ability to drop the weapon.
"redm_block_drop_weapon": "1",

// Restore weapon slot on respawn.
"redm_keep_weapon_slot": "1",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Features_Init() {
"redm_block_drop_weapon", "1",
.has_min = true, .min_val = 0.0,
.has_max = true, .max_val = 1.0,
.description = "Block the ability to drop the weapon.."
.description = "Block the ability to drop the weapon."
),
redm_block_drop_weapon
)
Expand Down

0 comments on commit e509d17

Please sign in to comment.