mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
Fixed padding assignment on "order"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user