From bb75bd94afb95a321e405bcd161dc935377fb520 Mon Sep 17 00:00:00 2001 From: Spit <19otari98@gmail.com> Date: Sun, 29 Sep 2024 23:21:12 +0300 Subject: [PATCH] disable popup message --- Core/AtlasLoot.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/AtlasLoot.lua b/Core/AtlasLoot.lua index d9419ac..78f5310 100644 --- a/Core/AtlasLoot.lua +++ b/Core/AtlasLoot.lua @@ -349,9 +349,9 @@ function AtlasLoot_OnVariablesLoaded() AtlasLootCharDB.FirstTime = false; end --If not the expected Atlas version - if( ATLAS_VERSION ~= ATLASLOOT_CURRENT_ATLAS and ATLAS_VERSION ~= ATLASLOOT_PREVIEW_ATLAS ) then + --[[if( ATLAS_VERSION ~= ATLASLOOT_CURRENT_ATLAS and ATLAS_VERSION ~= ATLASLOOT_PREVIEW_ATLAS ) then StaticPopup_Show ("ATLASLOOT_OLD_ATLAS"); - end + end]] Hooked_Atlas_Refresh(); else --If we are not using Atlas, keep the items frame out of the way