Skip to content

Commit

Permalink
resolve merge
Browse files Browse the repository at this point in the history
  • Loading branch information
TannerShmoog committed Nov 14, 2022
2 parents be10371 + abcd735 commit 394ff24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AnnounceReset.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ local function AnnounceInstanceReset(_, msg, ...)
end
end
elseif strmatch(msg, failedreset) then
local playersStillInside = " Anyone still inside can exit and re-enter"
local playersStillInside = " Any players still inside will need to exit and then re-enter."
if (UnitIsGroupLeader("player")) then
if (IsInRaid()) then
SendChatMessage(addon.instanceResetString .. playersStillInside, "RAID")
Expand Down
2 changes: 1 addition & 1 deletion Groupie.toc
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ GroupBrowser.lua
RightClick.lua
Listener.lua
AutoResponse.lua
AnnounceReset.lua
AnnounceReset.lua

0 comments on commit 394ff24

Please sign in to comment.