Skillet-Classic

Skillet-Classic

445k Downloads

Making AddToQueue() public

Witnessthis opened this issue ยท 1 comments

commented

Please make AddToQueue() public to allow other addons to queue up orders.

In SkilletQueue.lua ->
change 1:
- local function AddToQueue(command)
+ function Skillet:AddToQueue(command)

change 2:
- AddToQueue(command)
+ Skillet:AddToQueue(command)

commented

Skillet-Classic-1.46 contains this change.