diff --git a/mods/ctf/ctf_modebase/ranking_commands.lua b/mods/ctf/ctf_modebase/ranking_commands.lua index be7dfeefb5..71252b644a 100644 --- a/mods/ctf/ctf_modebase/ranking_commands.lua +++ b/mods/ctf/ctf_modebase/ranking_commands.lua @@ -156,8 +156,7 @@ minetest.register_chatcommand("donate", { return false, string.format( "You can donate only once in 5 minutes! You can donate again in %dm %ds.", math.floor(time_diff / 60), - time_diff % 60, - ) + time_diff % 60) end current_mode.recent_rankings.add(pname, {score=score}, true)