From 8634290bd471520361ff4c6fa9af091490a94509 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Sat, 5 Apr 2008 12:47:38 +0000 Subject: [PATCH] * Fix a bug where players were receiving their own messages --- TomTom.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TomTom.lua b/TomTom.lua index d62803d..79df88b 100755 --- a/TomTom.lua +++ b/TomTom.lua @@ -487,7 +487,7 @@ end function TomTom:CHAT_MSG_ADDON(event, prefix, data, channel, sender) if prefix ~= "TOMTOM2" then return end - --if sender == UnitName("player") then return end + if sender == UnitName("player") then return end local zone,coord,title = string.split(":", data) if not title:match("%S") then -- 1.7.9.5