fix: default vehicle icon cache to vehicle_data_cache.json (the file the bots write)

This commit is contained in:
FURRO404
2026-06-18 01:32:05 -07:00
parent 51c0dd264a
commit fd932a7b2a
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
)),
vehicle_icons: load_vehicle_icons(&resolve_db_path(
"VEHICLE_DATA_CACHE_JSON",
"vehicle_data_cache_all.json",
"vehicle_data_cache.json",
)),
});
tracing::info!(