Cleanup
This commit is contained in:
@@ -237,4 +237,4 @@ loadedFrame:SetScript("OnEvent", function(self, event, addonName)
|
|||||||
if addonName == addonname then
|
if addonName == addonname then
|
||||||
init()
|
init()
|
||||||
end
|
end
|
||||||
end)
|
end)
|
@@ -314,7 +314,6 @@ function data.Whoer.Init()
|
|||||||
-- aura_env.UpdateMacro()
|
-- aura_env.UpdateMacro()
|
||||||
_G["FriendsFrameCloseButton"]:Click()
|
_G["FriendsFrameCloseButton"]:Click()
|
||||||
queryPending = false
|
queryPending = false
|
||||||
print(queryPending)
|
|
||||||
end)
|
end)
|
||||||
|
|
||||||
if not data.who.updateTicker then
|
if not data.who.updateTicker then
|
||||||
@@ -344,7 +343,7 @@ function data.Whoer.Init()
|
|||||||
whoQueryIdx = 1
|
whoQueryIdx = 1
|
||||||
end
|
end
|
||||||
lastQuery = query
|
lastQuery = query
|
||||||
print(string.format("Running who query: %s", tostring(query.query)))
|
--print(string.format("Running who query: %s", tostring(query.query)))
|
||||||
SetWhoToUI(1)
|
SetWhoToUI(1)
|
||||||
SendWho(query.query)
|
SendWho(query.query)
|
||||||
end)
|
end)
|
||||||
|
Reference in New Issue
Block a user