File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
astro_mod_integrator/src/handlers Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
members = [" astro_mod_integrator" , " astro_modloader" ]
3
3
4
4
[workspace .package ]
5
- version = " 0.1.13 "
5
+ version = " 0.1.14 "
6
6
authors = [" AstroTechies, localcc, konsti219" ]
7
7
description = " Astroneer Modloader"
8
8
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ lazy_static! {
10
10
static ref GAME_REGEX : Regex = Regex :: new( r"^/Game/" ) . unwrap( ) ;
11
11
}
12
12
13
- pub ( crate ) static MAP_PATHS : [ & str ; 2 ] = [
13
+ pub ( crate ) static MAP_PATHS : [ & str ; 3 ] = [
14
14
"Astro/Content/Maps/Staging_T2.umap" ,
15
15
"Astro/Content/Maps/Staging_T2_PackedPlanets_Switch.umap" ,
16
- // "Astro/Content/Maps/TutorialMoon_Prototype_v2 .umap", // Tutorial not integrated for performance
16
+ "Astro/Content/U32_Expansion/U32_Expansion .umap"
17
17
] ;
You can’t perform that action at this time.
0 commit comments