Skip to content

Commit

Permalink
Update mods/ctf/ctf_modebase/features.lua
Browse files Browse the repository at this point in the history
Co-authored-by: LoneWolfHT <[email protected]>
  • Loading branch information
165135 and LoneWolfHT authored May 23, 2024
1 parent a18c89a commit b91e48d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mods/ctf/ctf_modebase/features.lua
Original file line number Diff line number Diff line change
Expand Up @@ -665,9 +665,9 @@ return {

end

ctf_settings.register("send_death_message", {
ctf_settings.register("send_death_messages", {
type = "bool",
label = "Recieve death message.",
description = "When enabled, you will recieve a death message whenever you die stating who killed you.",
default = "false",
label = "Receive death messages.",
description = "When enabled, you will receive a death message whenever you die stating who killed you.",
default = "true",
})

0 comments on commit b91e48d

Please sign in to comment.