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
545e885e
Commit
545e885e
authored
Jul 08, 2019
by
NihilisticPandemonium
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hmm.
parent
c74d6307
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ElvUI/Libraries/LibElvUIPlugin-1.0/LibElvUIPlugin-1.0.lua
ElvUI/Libraries/LibElvUIPlugin-1.0/LibElvUIPlugin-1.0.lua
+1
-1
No files found.
ElvUI/Libraries/LibElvUIPlugin-1.0/LibElvUIPlugin-1.0.lua
View file @
545e885e
...
@@ -190,7 +190,7 @@ function lib:VersionCheck(event, prefix, message, _, sender)
...
@@ -190,7 +190,7 @@ function lib:VersionCheck(event, prefix, message, _, sender)
E
:
Print
(
format
(
MSG_OUTDATED
,
Pname
,
plugin
.
version
,
plugin
.
newversion
))
E
:
Print
(
format
(
MSG_OUTDATED
,
Pname
,
plugin
.
version
,
plugin
.
newversion
))
ElvUI
[
1
].
pluginRecievedOutOfDateMessage
=
true
ElvUI
[
1
].
pluginRecievedOutOfDateMessage
=
true
elseif
(
ver
and
Pver
)
and
(
ver
<
Pver
)
then
elseif
(
ver
and
Pver
)
and
(
ver
<
Pver
)
then
lib
:
DelayedSendVersionCheck
()
--
lib:DelayedSendVersionCheck()
end
end
end
end
end
end
...
...
NihilisticPandemonium
@NihilisticPandemonium
mentioned in commit
43550934
·
Jul 09, 2019
mentioned in commit
43550934
mentioned in commit 4355093457fe914e51650093514ea3567b13c649
Toggle commit list
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