Skip to content

Commit

Permalink
Add indicator message for dependency of CommNet Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
KSP-TaxiService committed Apr 4, 2021
1 parent 098e329 commit 005bb35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CommNetConstellation/CommNetLayer/CNCCommNetScenario.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public class CNCCommNetScenario : CommNetScenario

protected override void Start()
{
CNCLog.Verbose("CommNet Constellation requires CommNet Manager 1.1 or greater to run properly.");

if (!CommNetManagerChecker.CommNetManagerInstalled)
{
CNCLog.Error("CommNet Manager is not installed! Please download and install this to use CommNet Constellation.");
Expand Down

0 comments on commit 005bb35

Please sign in to comment.