Skip to content

Commit

Permalink
Nuke inaccurate callback-may-error comment
Browse files Browse the repository at this point in the history
I mean it's correct in that the callback can error, but such an event no
longer bubbles its way back to the caller.
  • Loading branch information
Meorawr committed May 2, 2024
1 parent 31d3aaf commit 1d827ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AceComm-3.0/ChatThrottleLib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ function ChatThrottleLib:SendChatMessage(prio, prefix, text, chattype, languag
if callbackFn then
securecallfunction(callbackFn, callbackArg, true, SendAddonMessageResult.Success)
end
-- USER CALLBACK MAY ERROR

return
end

Expand Down

0 comments on commit 1d827ba

Please sign in to comment.