Skip to content

Commit

Permalink
Improved assembly split handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-steas committed Dec 26, 2024
1 parent 5b2e479 commit 0504a08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 118 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.Reflection;
using Modular_Assemblies.AssemblyScripts.DebugUtils;
using VRageMath;

Expand Down Expand Up @@ -131,6 +132,7 @@ public void RemovePart(AssemblyPart part)
if (!_componentParts.Remove(componentPart))
continue;
componentPart.RemoveAssemblyUnsafe();
componentPart.AssemblyDefinition.OnPartRemove?.Invoke(AssemblyId, componentPart.Block.FatBlock, componentPart.IsBaseBlock);
AssemblyPartManager.I.QueueConnectionCheck(componentPart);
}

Expand Down
117 changes: 0 additions & 117 deletions Data/Scripts/AssemblyScripts/pressrtest.cs.disabled

This file was deleted.

1 change: 0 additions & 1 deletion Modular-Assemblies.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
<None Include=".vs\slnx.sqlite" />
<None Include=".vs\VSWorkspaceState.json" />
<None Include="copy to DS and client.bat" />
<None Include="Data\Scripts\AssemblyScripts\pressrtest.cs.disabled" />
<None Include="modinfo.sbmi" />
<None Include="packages.config" />
<None Include="README.md" />
Expand Down

0 comments on commit 0504a08

Please sign in to comment.