Skip to content

Commit

Permalink
Update ranking_commands.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT authored Nov 10, 2024
1 parent ab9ce63 commit 7e7d4a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mods/ctf/ctf_modebase/ranking_commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ ctf_api.register_on_match_end(function()
end)

ctf_core.register_chatcommand_alias("donate", "d", {
description = [[Donate your match score to your teammate
Can be used only once in 2.5 minutes
Replace <score> with :max or any negative number to donate the maximum amount]],
description = "Donate your match score to your teammate\nCan be used only once in 2.5 minutes"..
"\nReplace <score> with :max or any negative number to donate the maximum amount",
params = "<name [name2 name3 ...]> <score> [message]",
func = function(name, param)
local current_mode = ctf_modebase:get_current_mode()
Expand Down

0 comments on commit 7e7d4a7

Please sign in to comment.