Skip to content

Commit

Permalink
Fix Loading Screen NRE
Browse files Browse the repository at this point in the history
  • Loading branch information
DRVeyl committed Feb 13, 2022
1 parent f79fc5a commit 5918116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RealAntennasProject/RACommNetVessel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ protected override void OnDestroy()
base.OnDestroy();
comm?.Net.Remove(comm);
comm = null;
vessel.connection = null;
if (vessel) vessel.connection = null;
}

protected override void UpdateComm()
Expand Down

0 comments on commit 5918116

Please sign in to comment.