From ac488312e28987365be46e01b2dbf7ac0513f30a Mon Sep 17 00:00:00 2001 From: s20 <129506166+src4026@users.noreply.github.com> Date: Thu, 26 Oct 2023 23:15:09 +0530 Subject: [PATCH] Update ranking_commands.lua --- mods/ctf/ctf_modebase/ranking_commands.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)