Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 448eb69

Browse files
committed
Updated to work with SESE 1.83
1 parent d3085c9 commit 448eb69

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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

77
using 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")]

EssentialsPlugin/AssemblyFileVersion.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929

3030
using 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 #>")]

EssentialsPlugin/ProcessHandlers/ProcessNewUserTransport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)