diff --git a/Modules/Whoer.lua b/Modules/Whoer.lua index adf3696..f0d8a3c 100644 --- a/Modules/Whoer.lua +++ b/Modules/Whoer.lua @@ -725,8 +725,8 @@ shared.Whoer = { Tick() end local original_FriendsFrame_OnEvent = FriendsFrame_OnEvent - local function my_FriendsFrame_OnEvent(event) - if not (event == "WHO_LIST_UPDATE" and whoWaiting) then original_FriendsFrame_OnEvent() end + local function my_FriendsFrame_OnEvent(self, event, ...) + if not (event == "WHO_LIST_UPDATE" and whoWaiting) then original_FriendsFrame_OnEvent(self, event, ...) end end FriendsFrame_OnEvent = my_FriendsFrame_OnEvent