Revert "Shuffle body container subs slightly (#21084)" (#22339)

This reverts commit eb49ad11ba.
This commit is contained in:
metalgearsloth
2023-12-11 23:06:56 +11:00
committed by GitHub
parent 000c776f47
commit 1cea5240c0
4 changed files with 130 additions and 117 deletions

View File

@@ -39,7 +39,6 @@ public abstract partial class SharedBodySystem : EntitySystem
base.Initialize();
InitializeBody();
InitializeOrgans();
InitializeParts();
}