Fix command parameters offset

This commit is contained in:
RoboMagus 2023-01-26 10:28:34 +01:00 committed by DRracer
parent 4450dbe4dd
commit 2d461572dd
1 changed files with 1 additions and 1 deletions

View File

@ -6473,7 +6473,7 @@ Sigma_Exit:
*/
case 118: {
bool hasE = false, hasA = false;
char *p = strchr_pointer;
char *p = strchr_pointer + 5;
for (uint8_t i = 2; i--;) {
// A1, E1, and Pn are always parsed out