From 03eb9ec2a5b4a7740ac7ac06670f786b326ab190 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sat, 26 Oct 2013 16:25:32 +0000 Subject: [PATCH] - Removed extremely old pop-up messages on startup that were appearing for new users. --- IceCore.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IceCore.lua b/IceCore.lua index b82fa28..268c5e1 100644 --- a/IceCore.lua +++ b/IceCore.lua @@ -145,7 +145,7 @@ function IceCore.prototype:CheckDisplayUpdateMessage() --@end-debug@ if self.accountSettings.lastRunVersion < thisVersion then if self.accountSettings.lastRunVersion < 549 then - StaticPopup_Show("ICEHUD_CONVERTED_TO_ACE3") + --StaticPopup_Show("ICEHUD_CONVERTED_TO_ACE3") end if self.accountSettings.lastRunVersion < 707 and self.accountSettings.lastRunVersion > 0 then -- update from the old default that may have been saved with the user's settings @@ -153,7 +153,7 @@ function IceCore.prototype:CheckDisplayUpdateMessage() self.settings.updatePeriod = 0.033 end - StaticPopup_Show("ICEHUD_UPDATE_PERIOD_MATTERS") + --StaticPopup_Show("ICEHUD_UPDATE_PERIOD_MATTERS") end if self.accountSettings.lastRunVersion < 710 then if self.settings.modules["MaelstromCount"] == nil then