Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Deimos
ProjectAzilroka
Commits
28b7d813
Commit
28b7d813
authored
Dec 22, 2018
by
Azilroka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put this back
parent
39e80551
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
Init.lua
Init.lua
+1
-7
Modules/stAddonManager.lua
Modules/stAddonManager.lua
+1
-0
No files found.
Init.lua
View file @
28b7d813
...
...
@@ -257,18 +257,12 @@ function PA:PLAYER_LOGIN()
PA
.
EP
:
RegisterPlugin
(
'ProjectAzilroka'
,
PA
.
GetOptions
)
end
end
function
PA
:
PLAYER_ENTERING_WORLD
()
for
_
,
module
in
PA
:
IterateModules
()
do
if
module
.
Initialize
then
module
:
Initialize
()
end
end
self
:
UnregisterEvent
(
"PLAYER_ENTERING_WORLD"
)
end
PA
:
RegisterEvent
(
'ADDON_LOADED'
)
PA
:
RegisterEvent
(
'PLAYER_LOGIN'
)
PA
:
RegisterEvent
(
'PLAYER_ENTERING_WORLD'
)
\ No newline at end of file
PA
:
RegisterEvent
(
'PLAYER_LOGIN'
)
\ No newline at end of file
Modules/stAddonManager.lua
View file @
28b7d813
...
...
@@ -87,6 +87,7 @@ function stAM:BuildFrame()
Frame
:
SetSize
(
self
.
db
[
'FrameWidth'
],
10
+
self
.
db
[
'NumAddOns'
]
*
25
+
40
)
Frame
:
SetPoint
(
'CENTER'
,
UIParent
,
'CENTER'
,
0
,
0
)
PA
:
SetTemplate
(
Frame
)
Frame
:
Hide
()
Frame
:
SetFrameStrata
(
'HIGH'
)
Frame
:
SetClampedToScreen
(
true
)
Frame
:
SetMovable
(
true
)
...
...
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