Lot of changes (Update to MDK2)

This commit is contained in:
Greg Burri 2024-11-03 23:45:58 +01:00
parent 6b3ee666d6
commit 93b3689567
48 changed files with 706 additions and 1005 deletions

View file

@ -61,7 +61,7 @@ namespace IngameScript
this.output.Print("Base system starting...");
this.InitMiningSystem();
this.minerConnector = this.GridTerminalSystem.GetBlockWithName("[Base] Connector Miner") as IMyShipConnector;
if (this.minerConnector == null)
this.output.Print($"Error: miner connector not found");