This commit is contained in:
JohnCorby 2022-04-06 12:21:57 -07:00
parent 8225a5f6bf
commit f92f779c86

View File

@ -164,8 +164,7 @@ public static class QSBWorldSync
private static readonly List<IWorldObject> WorldObjects = new();
private static readonly Dictionary<MonoBehaviour, IWorldObject> UnityObjectsToWorldObjects = new();
static QSBWorldSync()
{
static QSBWorldSync() =>
RequestInitialStatesMessage.SendInitialState += to =>
{
DialogueConditions.ForEach(condition
@ -174,7 +173,6 @@ public static class QSBWorldSync
ShipLogFacts.ForEach(fact
=> new RevealFactMessage(fact.Id, fact.SaveGame, false) { To = to }.Send());
};
}
private static void GameInit()
{