Skip to content

Commit

Permalink
Updated defaults to properly use sugar library tables
Browse files Browse the repository at this point in the history
  • Loading branch information
tirem committed Mar 10, 2023
1 parent 62f7743 commit ff1c817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XivParty/defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
-- imports
local const = require('const')

local defaults = {
local defaults = T{
layout = const.defaultLayout, -- active UI layout, found in XivParty/layouts directory

buffIconOverride = const.defaultIconOverride;
Expand Down Expand Up @@ -70,7 +70,7 @@ local defaults = {
},

buffs = {
filters = {}, -- table of buffs to filter
filters = T{}, -- table of buffs to filter
filterMode = 'blacklist', -- 'blacklist' or 'whitelist', both use the same filter list
customOrder = true -- sort buffs by a custom order defined in buffOrder.lua
}
Expand Down

0 comments on commit ff1c817

Please sign in to comment.