From c67169d069fa88f59f86905f776405307e4700d1 Mon Sep 17 00:00:00 2001 From: p3lim-52096 Date: Sun, 10 May 2009 23:35:14 +0000 Subject: [PATCH] Fixed issue with coords not showing in certain instances git-svn-id: svn://svn.wowinterface.com/pMinimap-54/trunk@98 ae24c21f-2f0c-4c94-9256-0092abe71e0d --- pMinimap/pMinimap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pMinimap/pMinimap.lua b/pMinimap/pMinimap.lua index 27c74d5..f359a98 100644 --- a/pMinimap/pMinimap.lua +++ b/pMinimap/pMinimap.lua @@ -46,7 +46,7 @@ do total = 0.25 local x, y = GetPlayerMapPosition('player') - if(x ~= 0 and y ~= 0 and not IsInInstance()) then + if(x ~= 0 and y ~= 0) then self.Text:SetFormattedText('%.'..pMinimapDB.coordsDecimals..'f,%.'..pMinimapDB.coordsDecimals..'f', x * 100, y * 100) else self.Text:SetText() -- 1.7.9.5