Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update DebrisFeaturePlacerSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekins3366 authored Apr 18, 2024
1 parent 9be2b3b commit e932a3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ private void OnChunkLoaded(EntityUid uid, DebrisFeaturePlacerControllerComponent
var owned = EnsureComp<OwnedDebrisComponent>(ent);
owned.OwningController = uid;
owned.LastKey = point;
EnsureComp<SpaceDebrisComponent>(ent);
}

if (failures > 0)
Expand Down

0 comments on commit e932a3c

Please sign in to comment.