Skip to content

Commit

Permalink
Update mods/ctf/ctf_modebase/bounties.lua
Browse files Browse the repository at this point in the history
Co-authored-by: LoneWolfHT <[email protected]>
  • Loading branch information
farooqkz and LoneWolfHT authored Jun 30, 2023
1 parent c08cdee commit b4af6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ctf/ctf_modebase/bounties.lua
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ ctf_core.register_chatcommand_alias("bounty", "b", {
return false, "This player is either not online or not in any team"
end
if bteam == ctf_teams.get(name) then
return false, "You cannot put bounty on your teammate's head!"
return false, "You cannot put a bounty on your teammate's head!"
end
if amount < 5 then
return false, "Sorry you must at least donate 15"
Expand Down

0 comments on commit b4af6e3

Please sign in to comment.