probably causing some oscillation

This commit is contained in:
2026-05-06 19:53:54 +02:00
parent bf0254f854
commit 096001c869

View File

@@ -472,8 +472,9 @@ void SEND1_Handler(
#if defined(T06301) #if defined(T06301)
startupiscar = 1; startupiscar = 1;
#endif #endif
INJ_UPDATE_PHIAD();
if(!isInjecting && !hasInjectionEnded){// if(!isInjecting && !hasInjectionEnded){//
INJ_UPDATE_PHIAD();
INJ_UPDATE_ALPHA(); INJ_UPDATE_ALPHA();
} }
} }