Hi there, can someone tell me why am I getting a Warning after compiling this script? And does anyone know if it breaks something within the code?
Warning: 'IMyShipConnector.IsConnected' is obsolete: 'Use the Status property'
Getting a warning in script
Warning: 'IMyShipConnector.IsConnected' is obsolete: 'Use the Status property'
Code:
public void Save() { } public void Main() { /*======================================| VARIABLES |=====================================*/ //THRUSTERS var thrusters = GridTerminalSystem.GetBlockGroupWithName("PF_W_S1 - Thrusters"); List<IMyThrust>...