X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_routes.c;h=e83803ca71168368048b74d8609bb86de2ecbf29;hb=02e009ae6e20938675277e9ce2f467e17b170cc7;hp=56e6e4b6c8bbae9dbcb50e3208a845668385366e;hpb=7b1e8a237acc3121c86fab9b5946da6a8d3bf6c4;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_routes.c b/world_routes.c index 56e6e4b..e83803c 100644 --- a/world_routes.c +++ b/world_routes.c @@ -774,7 +774,7 @@ VG_STATIC void world_write_preview( pointcloud_buffer *pcbuf ){ if( world_loader.reg ){ /* Don't want to override the one we get from the workshop */ - if( world_loader.reg->workshop_id ) return; + if( world_loader.reg->alias.workshop_id ) return; addon_get_content_folder( world_loader.reg, &path ); }