Skip to content

Commit 00a02c5

Browse files
author
Wil T
committed
change from LibraryData to RecordDataManager
1 parent 44bb81b commit 00a02c5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

common/scripts/hidden_record_isidentified.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function onValueChanged()
3232
if window.onIDChanged then
3333
window.onIDChanged()
3434
elseif class then
35-
local bID = LibraryData.getIDState(class[1], nodeSrc, ignorehost or (super and super.ignorehost))
35+
local bID = RecordDataManager.getIDState(class[1], nodeSrc, ignorehost or (super and super.ignorehost))
3636
window.name.setVisible(bID)
3737
window.nonid_name.setVisible(not bID)
3838

extension.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<root version="3.1">
44
<properties>
55
<name>Feature: Inventory Identified</name>
6-
<version>1.9</version>
6+
<version>1.9-hotfix.1</version>
77
<author>bmos</author>
88
<description>Turns player inventory item names red for host/GM if unidentified.</description>
99
</properties>
1010

11-
<announcement text="Inventory Identified v1.9\nBy Bmos.\rTurns inventory item names red for host/GM if unidentified." font="emotefont"/>
11+
<announcement text="Inventory Identified v1.9-hotfix.1\nBy Bmos.\rTurns inventory item names red for host/GM if unidentified." font="emotefont"/>
1212

1313
<base>
1414
<!-- Templates -->

0 commit comments

Comments
 (0)