From b4af6e3ce6462ecb6192c0525e71dcfd94f659e2 Mon Sep 17 00:00:00 2001 From: Farooq Karimi Zadeh Date: Fri, 30 Jun 2023 21:05:42 +0330 Subject: [PATCH] Update mods/ctf/ctf_modebase/bounties.lua Co-authored-by: LoneWolfHT --- mods/ctf/ctf_modebase/bounties.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ctf/ctf_modebase/bounties.lua b/mods/ctf/ctf_modebase/bounties.lua index 00f54eeef4..b0e8b6b33e 100644 --- a/mods/ctf/ctf_modebase/bounties.lua +++ b/mods/ctf/ctf_modebase/bounties.lua @@ -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"