From 593bcbb6aa13cd560b657b2a29b143caa7ca3a0c Mon Sep 17 00:00:00 2001 From: Sarbian Date: Mon, 23 Dec 2019 22:47:39 +0100 Subject: [PATCH] 2.8.11 - Potential for for raidernick scale troubles --- ModelMultiShurikenPersistFX.cs | 2 +- Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ModelMultiShurikenPersistFX.cs b/ModelMultiShurikenPersistFX.cs index c6ef202..025d3de 100644 --- a/ModelMultiShurikenPersistFX.cs +++ b/ModelMultiShurikenPersistFX.cs @@ -609,7 +609,7 @@ public override void OnInitialize() //Print("OnInitialize"); // Ship spawned somehow don't call OnLoad... - if (transformName != string.Empty) + if (node_backup != string.Empty) { Restore(); } diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 8958221..613ec81 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -34,5 +34,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.8.10.0")] -[assembly: AssemblyFileVersion("2.8.10.0")] +[assembly: AssemblyVersion("2.8.11.0")] +[assembly: AssemblyFileVersion("2.8.11.0")]