This commit is contained in:
2025-08-31 01:54:06 +09:00
71 changed files with 6736 additions and 3909 deletions

View File

@@ -41,7 +41,7 @@ local function format_as_pages(commands, page_size)
local description
if command.defined_at then
--- @cast command Commands.ExpCommand
--- @cast command ExpCommand
description = { "", command.help_text[2], "- ", command.description }
else
description = command.description

View File

@@ -16,7 +16,7 @@ Commands.new("_sudo", { "exp-commands_sudo.description" })
:add_flags{ "system_only" }
:register(function(_player, player, command, parameter)
--- @cast player LuaPlayer
--- @cast command Commands.ExpCommand
--- @cast command ExpCommand
--- @cast parameter string
--- @diagnostic disable-next-line: invisible