- Fix for ticket #262: unable to open the player detail window when streamer option 'no alerts' are enabled.

This commit is contained in:
Tercio
2017-10-21 12:40:54 -02:00
parent b69509c22c
commit 4db6b277b8
2 changed files with 7 additions and 7 deletions
+6 -6
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -4583,7 +4583,7 @@ function gump:CriaJanelaInfo()
end
local blink = _detalhes:GetTutorialCVar ("DETAILS_INFO_TUTORIAL2") or 0
if (blink < 10) then
if (type (blink) == "number" and blink < 10) then
_detalhes:SetTutorialCVar ("DETAILS_INFO_TUTORIAL2", blink+1)
if (not tab.glow.Flash) then
gump:CreateFlashAnimation (tab.glow)