Skip to content

Commit

Permalink
Update ranking_commands.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
src4026 authored Oct 26, 2023
1 parent f24214c commit ac48831
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mods/ctf/ctf_modebase/ranking_commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ac48831

Please sign in to comment.