We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359072d commit 8dcfea9Copy full SHA for 8dcfea9
DSP_AssemblerUI/AssemblerSpeedUI/Patchers/UiAssemblerWindowPatch.cs
@@ -149,9 +149,7 @@ public static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructio
149
150
//ldloc.s baseSpeedValue, label noLiveData
151
//ldloc.0 //AssemblerComponent local var
152
- //ldfld int32[] AssemblerComponent::productCounts
153
- //ldloc.0 //AssemblerComponent local var
154
- //ldfld int32[] AssemblerComponent::requireCounts
+ //ldfld RecipeExecuteData AssemblerComponent::recipeExecuteData
155
//call update
156
//<-- endInsert
157
matcher.InsertAndAdvance(
0 commit comments