From 6294493381aa6f3ae81616793922b9dfeb6420a1 Mon Sep 17 00:00:00 2001 From: Spit <19otari98@gmail.com> Date: Mon, 23 Sep 2024 11:43:30 +0300 Subject: [PATCH] Revert "update links" This reverts commit bf360c7287f0bda5d7ca256e84ccec295d037a77. --- Core/AtlasLoot.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Core/AtlasLoot.lua b/Core/AtlasLoot.lua index 1176f2c..a23c33f 100644 --- a/Core/AtlasLoot.lua +++ b/Core/AtlasLoot.lua @@ -3879,7 +3879,7 @@ AtlasLoot_updater:SetScript("OnEvent", function() if remoteversion > localversion then AtlasLoot_updateavailable = remoteversion if not alreadyshown then - DEFAULT_CHAT_FRAME:AddMessage("|cffbe5eff[AtlasLoot]|r New version available! https://github.com/Otari98/AtlasLoot") + DEFAULT_CHAT_FRAME:AddMessage("|cffbe5eff[AtlasLoot]|r New version available! https://github.com/Lexiebean/AtlasLoot/") alreadyshown = true end end @@ -3909,7 +3909,7 @@ AtlasLoot_updater:SetScript("OnEvent", function() if remoteversion > localversion then AtlasLoot_updateavailable = remoteversion if not alreadyshown then - DEFAULT_CHAT_FRAME:AddMessage("|cffbe5eff[AtlasLoot]|r New version available! https://github.com/Otari98/AtlasLoot") + DEFAULT_CHAT_FRAME:AddMessage("|cffbe5eff[AtlasLoot]|r New version available! https://github.com/Lexiebean/AtlasLoot/") alreadyshown = true end end @@ -3935,7 +3935,7 @@ AtlasLoot_updater:SetScript("OnEvent", function() if event == "PLAYER_ENTERING_WORLD" then if not alreadyshown and localversion < remoteversion then - DEFAULT_CHAT_FRAME:AddMessage("|cffbe5eff[AtlasLoot]|r New version available! https://github.com/Otari98/AtlasLoot") + DEFAULT_CHAT_FRAME:AddMessage("|cffbe5eff[AtlasLoot]|r New version available! https://github.com/Lexiebean/AtlasLoot/") AtlasLoot_updateavailable = localversion alreadyshown = true end