Fix for 188

This commit is contained in:
Brant Martin
2018-10-23 16:23:52 -04:00
parent 65bb71aabf
commit 3b17eb4750
5 changed files with 14 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ namespace Torch.Mod
[MySessionComponentDescriptor(MyUpdateOrder.AfterSimulation)]
public class TorchModCore : MySessionComponentBase
{
public const long MOD_ID = 1406994352;
public const ulong MOD_ID = 1406994352;
private static bool _init;
public override void UpdateAfterSimulation()