We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134a455 commit 0452e54Copy full SHA for 0452e54
ProbeControlRoom/ProbeControlRoom.cs
@@ -40,7 +40,7 @@ public class ProbeControlRoom : MonoBehaviour
40
41
//Current PCR module
42
private ProbeControlRoomPart aModule;
43
- private Part aPart => aModule.part;
+ private Part aPart => aModule?.part;
44
45
//Storage for original game settings
46
float shipVolumeBackup = GameSettings.SHIP_VOLUME;
0 commit comments