From 945e0373721b265fc77c3286a9dbbd2021bf2286 Mon Sep 17 00:00:00 2001 From: urnati Date: Thu, 14 Jan 2021 08:27:55 -0500 Subject: [PATCH] - Fix for #1297, remove the 'silenced' check around the call that generates the event needed to kick off the proper button text. Otherwise it stays at Updating until the first XP update of the session. --- TitanXP/TitanXP.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TitanXP/TitanXP.lua b/TitanXP/TitanXP.lua index 8eada07..31f1805 100644 --- a/TitanXP/TitanXP.lua +++ b/TitanXP/TitanXP.lua @@ -86,9 +86,7 @@ function TitanPanelXPButton_OnShow() TitanPanelXPButton_SetIcon(); found = nil; if not TitanPanelXPButton_ButtonAdded then - if not TitanAllGetVar("Silenced") then - RequestTimePlayed(); - end + RequestTimePlayed(); TitanPanelXPButton_ButtonAdded = true; end end -- 1.7.9.5