state machine removed sdf_01, sdf_08 events (again)

This commit is contained in:
ialbert 2025-07-15 18:29:13 +03:00
parent 94fb323687
commit 5dc32f283e
2 changed files with 0 additions and 6 deletions

View file

@ -27,15 +27,12 @@ public class SdfGuardExtractorAfterAgainRevise implements Function<StateContext<
switch (section) {
case MKR -> {
return EnumSet.of(
SdfTable.SDF_01,
SdfTable.SDF_57
);
}
case FOND, MULT -> {
return EnumSet.of(
SdfTable.SDF_08,
SdfTable.SDF_21,
SdfTable.SDF_01,
SdfTable.SDF_57
);
}

View file

@ -33,7 +33,6 @@ public class SdfGuardExtractorAfterAssets implements Function<StateContext<TaskT
case MKR -> {
return EnumSet.of(
SdfTable.SDF_04,
SdfTable.SDF_01,
SdfTable.SDF_57
);
}
@ -41,9 +40,7 @@ public class SdfGuardExtractorAfterAssets implements Function<StateContext<TaskT
return EnumSet.of(
SdfTable.SDF_04,
SdfTable.SDF_13,
SdfTable.SDF_08,
SdfTable.SDF_21,
SdfTable.SDF_01,
SdfTable.SDF_57
);
}