diff --git a/csharp/App/SodiStoreMax/src/System/Controller.cs b/csharp/App/SodiStoreMax/src/System/Controller.cs index 4285236d4..d25171854 100644 --- a/csharp/App/SodiStoreMax/src/System/Controller.cs +++ b/csharp/App/SodiStoreMax/src/System/Controller.cs @@ -569,7 +569,8 @@ public static class Controller private static Boolean State103(StatusRecord s) { s.StateMachine.Message = "Panic: ACDCs have unequal grid types or PowerStage"; - return s.EnableSafeDefaults(); + s.AcDc.Enable(); + return false; } // private static Boolean State104(StatusRecord s)