Quantcast

Silly me, that is not oUF!

Adrian L Lange [11-02-12 - 14:28]
Silly me, that is not oUF!
Filename
oUF_P3lim.lua
tags.lua
diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua
index 3dccca2..27713c5 100644
--- a/oUF_P3lim.lua
+++ b/oUF_P3lim.lua
@@ -5,7 +5,8 @@

 --]]

-local _, oUF = ...
+local _, ns = ...
+local oUF = ns.oUF

 local FONT = [=[Interface\AddOns\oUF_P3lim\semplice.ttf]=]
 local TEXTURE = [=[Interface\ChatFrame\ChatFrameBackground]=]
diff --git a/tags.lua b/tags.lua
index 63563d3..92b0853 100644
--- a/tags.lua
+++ b/tags.lua
@@ -1,5 +1,5 @@
-local _, oUF = ...
-local tags = oUF.Tags
+local _, ns = ...
+local tags = ns.oUF.Tags

 local function ShortValue(value)
 	if(value >= 1e6) then