mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-02 17:03:41 -04:00
Nullability Updates
& Add missing file
This commit is contained in:
@ -102,7 +102,7 @@ public class Botanist : IObservatoryWorker
|
||||
switch (journal)
|
||||
{
|
||||
case LoadGame loadGame:
|
||||
OdysseyLoaded = loadGame.Odyssey;
|
||||
OdysseyLoaded = loadGame.Odyssey ?? false;
|
||||
break;
|
||||
case SAASignalsFound signalsFound:
|
||||
{
|
||||
|
Reference in New Issue
Block a user