Fix small lua errors

This commit is contained in:
andrew6180
2024-05-24 15:21:51 -07:00
parent 07c6a0bac9
commit 9147d275e0
2 changed files with 2 additions and 2 deletions
@@ -1070,7 +1070,7 @@ function StreamOverlay:CastFinished (castid)
local caststart = CastsTable [castid].CastStart
local hascasttime = CastsTable [castid].HasCastTime
if (ignoredSpells [spellid]) then
if (ignoredSpells [spellid]) or not spellid then
return
end