diff --git a/expcore/roles.lua b/expcore/roles.lua index a95d1918..477a5fb5 100644 --- a/expcore/roles.lua +++ b/expcore/roles.lua @@ -119,7 +119,7 @@ local write_json = _C.write_json --- @dep expcore.common local Roles = { _prototype={}, config={ - order = {}, -- Contains the order of the roles, lower index is better + order = {}, -- Contains the order of the roles, lower index is better roles = {}, -- Contains the raw info for the roles, indexed by role name flags = {}, -- Contains functions that run when a flag is added/removed from a player internal = {}, -- Contains all internally accessed roles, such as root, default