Quantcast

* Fix another instance issue

James Whitehead Ii [03-30-07 - 22:19]
* Fix another instance issue
Filename
TomTom.lua
diff --git a/TomTom.lua b/TomTom.lua
index 2ff905b..bb3a0c0 100755
--- a/TomTom.lua
+++ b/TomTom.lua
@@ -399,6 +399,10 @@ function TomTom:AddWaypoint(x,y,desc)
 		SetMapZoom(oc,oz)
 	end

+	if not c or not z then
+		return
+	end
+
 	local m_icon = self:CreateMinimapIcon(desc, x, y)
 	local w_icon = self:CreateWorldMapIcon(desc, x, y)
 	--local c,z = Astrolabe:GetCurrentPlayerPosition()