Skip to content

Commit

Permalink
2.8.11 - Potential for for raidernick scale troubles
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbian committed Dec 23, 2019
1 parent 9d1bc88 commit 593bcbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ModelMultiShurikenPersistFX.cs
Expand Up @@ -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();
}
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Expand Up @@ -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")]

0 comments on commit 593bcbb

Please sign in to comment.