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
Valery Kornilovich
VuhDo
Commits
db12759c
Commit
db12759c
authored
8 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fix loading default settings on new Spell Trace
parent
70d634f8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
VuhDoOptions/VuhDoNewOptionsGeneralSpellTrace.lua
VuhDoOptions/VuhDoNewOptionsGeneralSpellTrace.lua
+5
-5
No files found.
VuhDoOptions/VuhDoNewOptionsGeneralSpellTrace.lua
View file @
db12759c
...
...
@@ -83,13 +83,13 @@ function VUHDO_spellTraceUpdateEditBox(anEditBox)
if
(
tIndex
~=
nil
)
then
tModel
=
"VUHDO_CONFIG.SPELL_TRACE.STORED_SETTINGS."
..
tValue
;
else
tModel
=
"VUHDO_SPELL_TRACE_TEMP_MODEL"
;
VUHDO_SPELL_TRACE_TEMP_MODEL
=
{
[
"isMine"
]
=
VUHDO_CONFIG
.
SPELL_TRACE
.
isMine
,
[
"isOthers"
]
=
VUHDO_CONFIG
.
SPELL_TRACE
.
isOthers
,
[
"duration"
]
=
VUHDO_CONFIG
.
SPELL_TRACE
.
duration
,
[
"isMine"
]
=
VUHDO_CONFIG
[
"
SPELL_TRACE
"
][
"
isMine
"
]
,
[
"isOthers"
]
=
VUHDO_CONFIG
[
"
SPELL_TRACE
"
][
"
isOthers
"
]
,
[
"duration"
]
=
VUHDO_CONFIG
[
"
SPELL_TRACE
"
][
"
duration
"
]
,
};
tModel
=
"VUHDO_SPELL_TRACE_TEMP_MODEL"
;
end
anEditBox
:
SetTextColor
(
1
,
1
,
1
,
1
);
...
...
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