refactor: disable guild-channel data sharing

This commit is contained in:
Xurkon
2026-03-17 23:35:44 -05:00
parent 04a769df9f
commit bd31b2d383
-5
View File
@@ -203,11 +203,6 @@ function _QuestieLearnerComms:ProcessQueues()
currentTokens = currentTokens - 1 currentTokens = currentTokens - 1
lastChatMessageTime = now lastChatMessageTime = now
-- Send via AceComm to Guild (Fast/Reliable)
if IsInGuild() then
AceComm:SendCommMessage(addonPrefix, msg, "GUILD")
end
-- Send via Hidden Channel (Global reach) -- Send via Hidden Channel (Global reach)
local channelId = GetChannelName(hiddenChannelName) local channelId = GetChannelName(hiddenChannelName)
if channelId > 0 then if channelId > 0 then