git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
c82178b - Initial BfA compatibility
[wowui.git]
/
OmaCD
/
Inspect.lua
diff --git
a/OmaCD/Inspect.lua
b/OmaCD/Inspect.lua
index
f1d2068
..
22ef5cb
100644
(file)
--- a/
OmaCD/Inspect.lua
+++ b/
OmaCD/Inspect.lua
@@
-172,9
+172,7
@@
local function create()
tick();
end
-frame:RegisterEvent("PLAYER_LOGIN");
frame:SetScript("OnEvent", function(self, event)
- if event == "PLAYER_LOGIN" then
- return create();
- end
+ return create();
end);
+frame:RegisterEvent("PLAYER_LOGIN");