Fix type names for Commands

This commit is contained in:
Cooldude2606
2025-08-06 16:46:57 +01:00
parent 1d95d899ea
commit c5b9138e4e
3 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ local valid, invalid = Commands.status.success, Commands.status.invalid_input
local Roles = require("modules.exp_legacy.expcore.roles")
local highest_role = Roles.get_player_highest_role
local types = {} --- @class Commands._types
local types = {} --- @class Commands.types
--- A role defined by exp roles
types.role = add("role", Commands.types.key_of(Roles.config.roles))