Quantcast

Let's disable addon communications for now so I can quit being paranoid about people actually using this.

Scott Sibley [07-18-11 - 22:54]
Let's disable addon communications for now so I can quit being paranoid about people actually using this.
Filename
Display.lua
diff --git a/Display.lua b/Display.lua
index edc6e77..4b7b061 100644
--- a/Display.lua
+++ b/Display.lua
@@ -551,6 +551,7 @@ function mod:StopDisplays()
 end

 function mod.OnCommReceived(prefix, message, distribution, sender)
+do return end
 	local self = mod
 	local flag, data = LCD4WoW:Deserialize(message)
 	if not flag then LCD4WoW:Print(data, type(message), message); return end