From e5c8c6030f93dc4d7c05c40b9cff0441952ccd56 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 26 Jul 2020 21:35:51 +0100 Subject: [PATCH] Fixed padding assignment on "order" --- expcore/roles.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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