Skip to content

Commit c3199c0

Browse files
authored
Update features.lua
1 parent 2837285 commit c3199c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mods/ctf/ctf_modebase/features.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ return {
701701
local text = " has captured the flag"
702702
if many_teams then
703703
text = string.format(
704-
" has captured the flag of team(s) %s and got %d points",
704+
" has captured the flag of team(s) %s",
705705
HumanReadable(teamnames),
706706
capture_reward
707707
)

0 commit comments

Comments
 (0)