Set playWithShipLogFacts for auto projectors

This commit is contained in:
Noah Pilarski 2025-02-13 15:45:57 -05:00
parent 25fd6cd761
commit c483a8331c

View File

@ -377,6 +377,7 @@ namespace NewHorizons.Builder.Props
} }
slideCollectionContainer.slideCollection = slideCollection; slideCollectionContainer.slideCollection = slideCollection;
slideCollectionContainer._playWithShipLogFacts = Array.Empty<string>();
StreamingHandler.SetUpStreaming(projectorObj, sector); StreamingHandler.SetUpStreaming(projectorObj, sector);