Quantcast

* Actually save the waypoints now

joshborke [08-04-07 - 12:22]
* Actually save the waypoints now
Filename
TomTom.lua
diff --git a/TomTom.lua b/TomTom.lua
index 022f49e..c622a18 100755
--- a/TomTom.lua
+++ b/TomTom.lua
@@ -54,6 +54,7 @@ function TomTom:Disable()
 		desc = icon.label
 		table.insert(notes, {["c"] = cont, ['z'] = zone, ['x'] = x, ['y'] = y, ['desc'] = desc})
 	end
+	profile.notes = notes
 end

 function TomTom:CreateCoordWindows()