Skip to content

Commit

Permalink
Update features.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
olliy1or authored May 24, 2024
1 parent 2837285 commit c3199c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ctf/ctf_modebase/features.lua
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ return {
local text = " has captured the flag"
if many_teams then
text = string.format(
" has captured the flag of team(s) %s and got %d points",
" has captured the flag of team(s) %s",
HumanReadable(teamnames),
capture_reward
)
Expand Down

0 comments on commit c3199c0

Please sign in to comment.