funkydude / SlashIn

Provides the /in command for delayed execution in World of Warcraft.
7 stars 2 forks source link

MacroEditBox is a nil value #9

Open Imaginary-Narwhal opened 11 months ago

Imaginary-Narwhal commented 11 months ago

After the update to 10.2, slash in gives this error

SlashIn/SlashIn.lua:14: attempt to index upvalue 'MacroEditBox' (a nil value)

InvisiBilldotnet commented 11 months ago

Possibly related to this? https://us.forums.blizzard.com/en/wow/t/1666552/11

To address selective event registration the MacroEditBox was removed from the global namespace and the event was replaced with a callback.