Commit 84b00468 authored by Ivaria's avatar Ivaria
Browse files

Fix nil value exception on first start

parent 5bcf7861
......@@ -248,7 +248,8 @@
</Anchors>
<Scripts>
<OnLoad>
if not VUHDO_CONFIG.CUSTOM_DEBUFF.blacklistModi then
if VUHDO_CONFIG and VUHDO_CONFIG.CUSTOM_DEBUFF and
not VUHDO_CONFIG.CUSTOM_DEBUFF.blacklistModi then
VUHDO_CONFIG.CUSTOM_DEBUFF.blacklistModi = "ALT-CTRL-SHIFT";
end
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment