File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 66- Fixed usages of .material in favor of .sharedMaterial (thanks @Gameslinx )
77- Fixed some incorrect .cfg syntax (thanks @HebaruSan )
88- Improved Russian localization (thanks @Sooll3 )
9+ - Fixed missing vessel icons and visual map mode in RPM MFDs (thanks @vulkans22 )
10+ - Fixed NRE when loading a sandbox game
11+ - Fixed NRE when loading a vessel with a running narrow band scanner
912
1013
1114## 20.4 - 2020-9-9
Original file line number Diff line number Diff line change @@ -1080,6 +1080,11 @@ internal static CelestialBody getTargetBody(MapObject target)
10801080
10811081 internal static void UpdateAllVesselData ( Vessel v )
10821082 {
1083+ if ( ResearchAndDevelopment . Instance == null )
1084+ {
1085+ return ;
1086+ }
1087+
10831088 List < ScienceData > data = new List < ScienceData > ( ) ;
10841089
10851090 var science = v . FindPartModulesImplementing < IScienceDataContainer > ( ) ;
You can’t perform that action at this time.
0 commit comments