mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +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 = {
|
local Roles = {
|
||||||
_prototype={},
|
_prototype={},
|
||||||
config={
|
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
|
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
|
flags = {}, -- Contains functions that run when a flag is added/removed from a player
|
||||||
internal = {}, -- Contains all internally accessed roles, such as root, default
|
internal = {}, -- Contains all internally accessed roles, such as root, default
|
||||||
|
|||||||
Reference in New Issue
Block a user