Skip to content

Commit

Permalink
fix params text
Browse files Browse the repository at this point in the history
  • Loading branch information
lazylier committed Jun 10, 2024
1 parent f2ca8f0 commit 72add45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ctf/ctf_modebase/ranking_commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ end)

minetest.register_chatcommand("donate", {
description = "Donate your match score to your teammate\nCan be used only once in 2.5 minutes",
params = "<playername> <score> [message]",
params = "<playername> [playernames] <score> [message]",
func = function(name, param)
local current_mode = ctf_modebase:get_current_mode()
if not current_mode or not ctf_modebase.match_started then
Expand Down

0 comments on commit 72add45

Please sign in to comment.