Fixed padding assignment on "order"

This commit is contained in:
Cooldude2606
2020-07-26 21:35:51 +01:00
parent b4772dc59d
commit e5c8c6030f

View File

@@ -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