HgAlexx/Buffet

failed attempt on Green Firework

Closed this issue · 4 comments

Describe the bug

4 failed attempt on: Green Firework

To Reproduce

every login or reloadui

Related Item

https://www.wowhead.com/item=9313/green-firework

Language

en

Hello,

The source from github has debug enable by default, which is turned off in builds.
You can disable debug mode in Utility.lua, clear the content of function Utility.Debug(...)

Debug is now off by default with a flag near the top of Utility.lua

It's strange..

This:

Buffet/Utility.lua

Lines 45 to 47 in c11461f

if not Utility.Debug then
return
end

Does not appear to honor this:

Utility.Debug = false

I did end up emptying function Utility.Debug(...) to stop that functionality.

Fixed.
Note to self: do not fix issue when tired ;)
I was using the same name for the variable and for the function ...