Quantcast

Fixed typo in (Save this waypoint between sessions)

Ludovicus [08-09-19 - 19:10]
Fixed typo in (Save this waypoint between sessions)
Filename
TomTom.lua
diff --git a/TomTom.lua b/TomTom.lua
index a5fca1f..b93a145 100755
--- a/TomTom.lua
+++ b/TomTom.lua
@@ -583,7 +583,7 @@ end,
                 if TomTom:UIDIsSaved(uid) then
                     TomTom.waypointprofile[mapId][key] = nil
                 else
-                    TomTom.waypointprofile[mapId][key] = data
+                    TomTom.waypointprofile[mapId][key] = uid
                 end
             end
         end