Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
fuba82
AddOnSkins
Commits
5988546f
Commit
5988546f
authored
Oct 16, 2020
by
Azilroka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Demand Loaded
parent
5c45983e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Init.lua
Init.lua
+1
-1
No files found.
Init.lua
View file @
5988546f
...
...
@@ -68,7 +68,7 @@ AddOn.AddOnVersion = {}
for
i
=
1
,
GetNumAddOns
()
do
local
Name
,
_
,
_
,
_
,
Reason
=
GetAddOnInfo
(
i
)
AddOn
.
AddOns
[
strlower
(
Name
)]
=
GetAddOnEnableState
(
AddOn
.
MyName
,
Name
)
==
2
and
not
Reason
AddOn
.
AddOns
[
strlower
(
Name
)]
=
GetAddOnEnableState
(
AddOn
.
MyName
,
Name
)
==
2
and
(
not
Reason
or
Reason
~=
'DEMAND_LOADED'
)
AddOn
.
AddOnVersion
[
strlower
(
Name
)]
=
GetAddOnMetadata
(
Name
,
"Version"
)
end
...
...
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