Skip to content

Commit d52d5d7

Browse files
authored
Fix punctuation in cooldown message (#1358)
1 parent df405e5 commit d52d5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mods/ctf/ctf_modes/ctf_mode_classes/classes.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ function classes.show_class_formspec(player)
508508
if cooldowns:get(player) then
509509
font_color = "#f23f42"
510510
table.insert(out,
511-
{"tooltip[select_%s;You can only change your class every "..CLASS_SWITCH_COOLDOWN.." seconds, ]", c}
511+
{"tooltip[select_%s;You can only change your class every "..CLASS_SWITCH_COOLDOWN.." seconds. ]", c}
512512
)
513513
end
514514
table.insert(out, {

0 commit comments

Comments
 (0)