diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Strategies/HybridStrategy.cs b/VectoCore/VectoCore/Models/SimulationComponent/Strategies/HybridStrategy.cs
index 323d8401a4bfe21707d9bdefb749a1171bda9fdf..5938e7903fe075dc58b7a32bd8269e70f5c986a3 100644
--- a/VectoCore/VectoCore/Models/SimulationComponent/Strategies/HybridStrategy.cs
+++ b/VectoCore/VectoCore/Models/SimulationComponent/Strategies/HybridStrategy.cs
@@ -921,7 +921,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Strategies
 				if (offResponse.Source is ATGearbox && offResponse is ResponseOverload && GearList.HasPredecessor(nextGear)) {
 					off.Gear = GearList.Predecessor(nextGear);
 				}
-				eval.Add(ResponseEmOff);
+				eval.Add(off);
 				return;
 			}