-- @/lua/ge/extensions/freeroam/organizations.lua:47
local function getOrganizationIdOrderAndIcon(id)
return 7000, "peopleOutline" -- order of ids between 7000-8000
end
if key:endswith("Reputation") then
branchInfo[key].order, branchInfo[key].icon = 7000, "peopleOutline" --freeroam_organizations.getOrganizationIdOrderAndIcon()
end