Making AddToQueue() public
Witnessthis opened this issue ยท 1 comments
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)