Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jay
VuhDo
Commits
84b00468
Commit
84b00468
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fix nil value exception on first start
parent
5bcf7861
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
VuhDoOptions/VuhDoNewOptionsDebuffsStandard.xml
VuhDoOptions/VuhDoNewOptionsDebuffsStandard.xml
+2
-1
No files found.
VuhDoOptions/VuhDoNewOptionsDebuffsStandard.xml
View file @
84b00468
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment