Update content for .Owner culling (#14185)

This commit is contained in:
metalgearsloth
2023-02-22 12:45:32 +11:00
committed by GitHub
parent c1d31e1666
commit 2e25128770
9 changed files with 11 additions and 10 deletions

View File

@@ -349,7 +349,7 @@ public sealed class StationSystem : EntitySystem
// TODO SERIALIZATION The station data needs to be saveable somehow, but when a map gets saved, this entity
// won't be included because its in null-space. Also, what happens to shuttles on other maps?
_transform.DetachParentToNull(Transform(station));
_transform.DetachParentToNull(station, Transform(station));
var data = AddComp<StationDataComponent>(station);
var metaData = MetaData(station);