We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a028e5 commit a94a966Copy full SHA for a94a966
models/BetterCommands/control.lua
@@ -78,8 +78,8 @@ local input_types = {
78
team = team_input_type
79
}
80
81
+---@param command_settings table
82
---@param original_func function
----@param command_name? string
83
---@return boolean
84
local function add_custom_command(command_settings, original_func)
85
local input_type = input_types[command_settings.input_type]
0 commit comments