Skip to content

Commit

Permalink
fix punctuation in cooldown message
Browse files Browse the repository at this point in the history
  • Loading branch information
lazylier committed Nov 27, 2024
1 parent df405e5 commit 6633320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ctf/ctf_modes/ctf_mode_classes/classes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ function classes.show_class_formspec(player)
if cooldowns:get(player) then
font_color = "#f23f42"
table.insert(out,
{"tooltip[select_%s;You can only change your class every "..CLASS_SWITCH_COOLDOWN.." seconds, ]", c}
{"tooltip[select_%s;You can only change your class every "..CLASS_SWITCH_COOLDOWN.." seconds. ]", c}
)
end
table.insert(out, {
Expand Down

0 comments on commit 6633320

Please sign in to comment.