Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FallBackITA27 committed May 15, 2024
1 parent 7d0065b commit 70ef91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtav-interactive-map/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function loadInSaveData(dataStr) {
if (temporarySaveData.version === undefined) {
return;
}
// Here you check the version tag in the savedata and modify it accordingly to make it match the current save data type.
// Here you check the version tag in the savedata and modify it to match the data right after - this way old save data will not be lost.
}
saveData = temporarySaveData;
}
Expand Down

0 comments on commit 70ef91b

Please sign in to comment.