fix cryosleepers deleting the station (#24143)

* fix cryogenic units deleting the station

* ship it
This commit is contained in:
Nemanja
2024-01-15 23:10:52 -05:00
committed by GitHub
parent a0b026de73
commit 017450ef17
3 changed files with 6 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ public sealed class ContainerSpawnPointSystem : EntitySystem
return;
}
Del(args.Station);
Del(args.SpawnResult);
args.SpawnResult = null;
}
}