diff --git a/scripts/map/MapCache.cs b/scripts/map/MapCache.cs index d5640207..676eeef8 100644 --- a/scripts/map/MapCache.cs +++ b/scripts/map/MapCache.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; @@ -94,6 +94,7 @@ private static void syncFiles(string[] files) newMap.Id = map.Id; newMap.Hash = checksum; + newMap.Favorite = map.Favorite; DatabaseService.Connection.Update(newMap); InsertIntoMapCacheFolder(map);