diff --git a/src/CommNetConstellation/CommNetLayer/CNCCommNetScenario.cs b/src/CommNetConstellation/CommNetLayer/CNCCommNetScenario.cs index 1e83b0d..12e2c1c 100644 --- a/src/CommNetConstellation/CommNetLayer/CNCCommNetScenario.cs +++ b/src/CommNetConstellation/CommNetLayer/CNCCommNetScenario.cs @@ -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.");