We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cea2c6 commit f503d08Copy full SHA for f503d08
2 files changed
ps/ps_inventory.xml
@@ -18,7 +18,7 @@
18
<sheetdata>
19
<hidden_record_isidentified name="isidentified">
20
<class>item</class>
21
- <script file="campaign/scripts/ps_parcelitem.lua" />
+ <script file="ps/scripts/ps_parcelitem.lua" />
22
</hidden_record_isidentified>
23
24
<button_record_isidentified name="identifyitem" insertbefore="assign">
ps/scripts/ps_parcelitem.lua
@@ -18,9 +18,14 @@ function onInit()
end
OptionsManager.registerCallback("PS-NONID-NAME", hideOrShowID);
+
hideOrShowID();
25
function onClose()
26
+ if super.onClose then
27
+ super.onClose();
28
+ end
29
30
OptionsManager.unregisterCallback("PS-NONID-NAME", hideOrShowID);
31
0 commit comments