Skip to content

Commit

Permalink
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions classes/container_actors.lua
Original file line number Diff line number Diff line change
@@ -220,6 +220,11 @@ end

local line = _G['DetailsPetOwnerFinderTextLeft' .. (2 + cbMode)]
lineText = line and line:GetText()

if (not lineText or lineText == '') then
line = _G['DetailsPetOwnerFinderTextLeft1']
lineText = line and line:GetText()
end
end

if (lineText) then

0 comments on commit 322bc6c

Please sign in to comment.