tukui-org/Tukui

undefined variable

Closed this issue · 4 comments

Container.spacing = padding

can't find padding

Movers:RegisterFrame(self, "Talking Head")

maybe a mistake while copying and pasting?

local IsPvP = C_PvP.IsWarModeDesired and C_PvP.IsWarModeDesired or UnitIsPVP("player")

IsPvP should have a boolean value not a function itself.

UnitIsPVP("player") returns a value not a function

Yeah i did it in a rush while working on 2 other things at the same time and didnt double check myself :P should be good now