Skip to content

Commit

Permalink
Merge pull request #10 from speedwaystar:master
Browse files Browse the repository at this point in the history
suppress "Not collecting tithe from <source>" chat spam
  • Loading branch information
raptormama authored Nov 17, 2024
2 parents be2a3d7 + 673c7f8 commit 61b94b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,9 @@ function E:UpdateOutstandingTithe(source, update, ...)
end
else
self:PrintDebug(" " .. source .. " not collecting", true)
if GuildTithe_SavedDB.Spammy then
self:PrintMessage(format(L.ChatSpammyNotCollectingSource, source))
end
-- if GuildTithe_SavedDB.Spammy then
-- self:PrintMessage(format(L.ChatSpammyNotCollectingSource, source))
-- end
end
end

Expand Down

0 comments on commit 61b94b7

Please sign in to comment.