Quantcast

Darth's derp on my minimap coords

Repooc [03-03-13 - 09:56]
Darth's derp on my minimap coords
Filename
ElvUI_SLE/modules/minimap/options.lua
diff --git a/ElvUI_SLE/modules/minimap/options.lua b/ElvUI_SLE/modules/minimap/options.lua
index 45bcba8..f583297 100644
--- a/ElvUI_SLE/modules/minimap/options.lua
+++ b/ElvUI_SLE/modules/minimap/options.lua
@@ -48,8 +48,8 @@ local function configTable()
 						type = "select",
 						name = L["Coords Location"],
 						desc = L['This will determine where the coords are shown on the minimap.'],
-						get = function(info) return E.db.sle.minimap.middle end,
-						set = function(info, value) E.db.sle.minimap.middle = value; E:GetModule('Minimap'):UpdateSettings() end,
+						get = function(info) return E.db.sle.minimap.coords.middle end,
+						set = function(info, value) E.db.sle.minimap.coords.middle = value; E:GetModule('Minimap'):UpdateSettings() end,
 						values = {
 							['CORNERS'] = L['Bottom Corners'],
 							['CENTER'] = L['Bottom Center'],