Skip to content

Commit 26efefa

Browse files
author
Wil Thieme
committed
nil error fix
1 parent 5a76e76 commit 26efefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/scripts/hidden_record_isidentified.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function onValueChanged()
3636
if window.onIDChanged then
3737
window.onIDChanged();
3838
elseif class then
39-
local bID = LibraryData.getIDState(class[1], nodeSrc, ignorehost or super.ignorehost);
39+
local bID = LibraryData.getIDState(class[1], nodeSrc, ignorehost or (super and super.ignorehost));
4040
window.name.setVisible(bID);
4141
window.nonid_name.setVisible(not bID);
4242

0 commit comments

Comments
 (0)