fix: default vehicle icon cache to vehicle_data_cache.json (the file the bots write)
This commit is contained in:
+1
-1
@@ -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!(
|
||||
|
||||
Reference in New Issue
Block a user