This repository was archived by the owner on Jun 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- //2414
1+ //2418
22//
33// This code was generated by a tool. Any changes made manually will be lost
44// the next time this code is regenerated.
55//
66
77using System . Reflection ;
88
9- [ assembly: AssemblyFileVersion ( "1.12.3.2414 " ) ]
10- [ assembly: AssemblyVersion ( "1.12.3.2414 " ) ]
9+ [ assembly: AssemblyFileVersion ( "1.12.4.2418 " ) ]
10+ [ assembly: AssemblyVersion ( "1.12.4.2418 " ) ]
Original file line number Diff line number Diff line change 2929
3030using System.Reflection;
3131
32- [assembly: AssemblyFileVersion("1.12.3 .<#= revisionNumber #>")]
33- [assembly: AssemblyVersion("1.12.3 .<#= revisionNumber #>")]
32+ [assembly: AssemblyFileVersion("1.12.4 .<#= revisionNumber #>")]
33+ [assembly: AssemblyVersion("1.12.4 .<#= revisionNumber #>")]
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public ProcessNewUserTransport()
2727
2828 private void Init ( )
2929 {
30- List < IMyVoxelMap > voxels = new List < IMyVoxelMap > ( ) ;
30+ List < IMyVoxelBase > voxels = new List < IMyVoxelBase > ( ) ;
3131 MyAPIGateway . Session . VoxelMaps . GetInstances ( voxels ) ;
3232 Essentials . Log . Info ( string . Format ( "Current Voxel Count: {0}" , voxels . Count ) ) ;
3333
You can’t perform that action at this time.
0 commit comments