View Single Post
05-15-21, 08:11 PM   #3
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,872
Along with Xrystal's advice and to help with debugging, install
BugGrabber
and
BugSack

Without looking at anything it points out that your missing a "then" in config.lua at:

if (SelectedTab:GetID() ~= self:GetID())

and at:
Code:
local function SetTabs (frame numTabs, ...)
you're missing a , (comma) after frame

there may be others.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 05-15-21 at 08:49 PM.
  Reply With Quote