Fix thruster postmapinit (#15623)

This commit is contained in:
metalgearsloth
2023-04-21 20:04:20 +10:00
committed by GitHub
parent e6590f437e
commit 844c56c016
7 changed files with 638 additions and 598 deletions

View File

@@ -83,7 +83,7 @@ public sealed class PartExchangerSystem : EntitySystem
storage.Storage.Insert(unused.Owner);
_storage.Insert(uid, unused.Owner, null, false);
}
_construction.RefreshParts(machine);
_construction.RefreshParts(args.Args.Target.Value, machine);
args.Handled = true;
}