From 5321f7c64d3ad410f9d0ea3bcedbc50bfb577df1 Mon Sep 17 00:00:00 2001 From: Parnic Date: Tue, 26 Dec 2023 15:47:36 -0600 Subject: [PATCH] Prevent error Wowace ticket #351 --- IceCastBar.lua | 2 +- changelog.md | 4 ++++ this_version.md | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/IceCastBar.lua b/IceCastBar.lua index 66b6384..d89aff9 100644 --- a/IceCastBar.lua +++ b/IceCastBar.lua @@ -361,7 +361,7 @@ function IceCastBar.prototype:MyOnUpdate() local timeString = self.moduleSettings.showCastTime and string.format("%.1fs ", remainingTime) or "" local empowerString = self.NumStages ~= nil and (L["Stage %d"]):format(self:GetCurrentStage()) or "" - local line1 = timeString .. self.actionMessage + local line1 = timeString .. (self.actionMessage or "") if self.moduleSettings.empowerStageTextDisplay == "TOPLINE" then line1 = line1 .. " " .. empowerString end diff --git a/changelog.md b/changelog.md index 9522697..1fbcc15 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +v1.14.31: + +- Fix nil concatenation error (wowace ticket #351) + v1.14.30: - Update Classic-era TOC for 1.15.0 diff --git a/this_version.md b/this_version.md index 7fb67d9..dd55f78 100644 --- a/this_version.md +++ b/this_version.md @@ -1,5 +1,9 @@ # Changelog +v1.14.31: + +- Fix nil concatenation error (wowace ticket #351) + v1.14.30: - Update Classic-era TOC for 1.15.0