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
ElvUI Project
ElvUI
Commits
594a979e
Commit
594a979e
authored
Oct 15, 2018
by
Simpy
🐹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
actually dont need to protect here lol :' )
parent
eb3b1ff3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
ElvUI/Libraries/LibElvUIPlugin-1.0/LibElvUIPlugin-1.0.lua
ElvUI/Libraries/LibElvUIPlugin-1.0/LibElvUIPlugin-1.0.lua
+1
-2
No files found.
ElvUI/Libraries/LibElvUIPlugin-1.0/LibElvUIPlugin-1.0.lua
View file @
594a979e
...
...
@@ -16,7 +16,6 @@ local LE_PARTY_CATEGORY_HOME = LE_PARTY_CATEGORY_HOME
local
LE_PARTY_CATEGORY_INSTANCE
=
LE_PARTY_CATEGORY_INSTANCE
local
C_ChatInfo_RegisterAddonMessagePrefix
=
C_ChatInfo.RegisterAddonMessagePrefix
local
C_ChatInfo_SendAddonMessage
=
C_ChatInfo.SendAddonMessage
local
UNKNOWN
=
UNKNOWN
--Global
variables
that
we
don't
cache
,
list
them
here
for
the
mikk's
Find
Globals
script
--
GLOBALS:
ElvUI
...
...
@@ -173,7 +172,7 @@ function lib:VersionCheck(event, prefix, message, _, sender)
Pver
,
ver
=
tonumber
(
plugin
.
version
),
tonumber
(
version
)
if
(
ver
and
Pver
)
and
(
ver
>
Pver
)
then
plugin
.
old
,
plugin
.
newversion
=
true
,
ver
Pname
=
plugin
.
name
and
GetAddOnMetadata
(
plugin
.
name
,
'Title'
)
or
UNKNOWN
Pname
=
GetAddOnMetadata
(
plugin
.
name
,
'Title'
)
E
:
Print
(
format
(
MSG_OUTDATED
,
Pname
,
plugin
.
version
,
plugin
.
newversion
))
ElvUI
[
1
].
pluginRecievedOutOfDateMessage
=
true
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