Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Github link updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexiebean committed Oct 11, 2023
1 parent 8fdafaf commit 4b37928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BetterCharacterStats.lua
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ bcsupdater:SetScript("OnEvent", function()
if remoteversion > localversion then
bcsupdateavailable = remoteversion
if not alreadyshown then
DEFAULT_CHAT_FRAME:AddMessage("|cffffffffBetterCharacterStats|r New version available! https://github.com/Gurky-Turtle/BetterCharacterStats")
DEFAULT_CHAT_FRAME:AddMessage("|cffffffffBetterCharacterStats|r New version available! https://github.com/Lexiebean/BetterCharacterStats")
alreadyshown = true
end
end
Expand Down Expand Up @@ -1004,7 +1004,7 @@ bcsupdater:SetScript("OnEvent", function()

if event == "PLAYER_ENTERING_WORLD" then
if not alreadyshown and localversion < remoteversion then
DEFAULT_CHAT_FRAME:AddMessage("|cffffffffBetterCharacterStats|r New version available! https://github.com/Gurky-Turtle/BetterCharacterStats")
DEFAULT_CHAT_FRAME:AddMessage("|cffffffffBetterCharacterStats|r New version available! https://github.com/Lexiebean/BetterCharacterStats")
bcsupdateavailable = localversion
alreadyshown = true
end
Expand Down

0 comments on commit 4b37928

Please sign in to comment.