This commit is contained in:
JohnCorby 2025-02-13 12:58:37 -08:00
parent 3e9ff8c616
commit 28bf75d09a

View File

@ -31,6 +31,7 @@ public class NHSlideCollectionContainer : SlideCollectionContainer
{ {
var fact = Locator.GetShipLogManager().GetFact(factID); var fact = Locator.GetShipLogManager().GetFact(factID);
fact?.RegisterSlideCollection(__instance._slideCollection); fact?.RegisterSlideCollection(__instance._slideCollection);
// in original it logs. we dont want that here ig
} }
return false; return false;
} }