Quantcast

removed unnecessary and overlooked return keyword

Erik L. Vonderscheer [03-04-09 - 01:48]
removed unnecessary and overlooked return keyword
Filename
TradeFilter.lua
diff --git a/TradeFilter.lua b/TradeFilter.lua
index 9793215..c4a4f89 100644
--- a/TradeFilter.lua
+++ b/TradeFilter.lua
@@ -477,7 +477,6 @@ function TradeFilter:TradeFilter_OnEvent(...)
 					TradeFilter:SendMessageToChat(redirectFrame, "zID" .. string.format(CHAT_CHANNEL_GET, arg7) .. " cID" .. string.format(CHAT_CHANNEL_GET, arg8) .. " " .. string.format(CHAT_CHANNEL_GET, arg2) .. arg1)
 				end
 				lastArg1, lastArg2 = arg1, arg2
-				return
 			end
 		end
 	end