1
0
Fork 0

Change stage instead of waiting for tab retry

master
Liza 2023-09-22 23:01:06 +02:00
parent 5d81b293b7
commit 1518b057ae
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ partial class DeliverooPlugin
new() { Type = 0, Int = 0 }
};
addon->FireCallback(3, selectExpertDeliveryTab);
CurrentStage = Stage.SelectItemToTurnIn;
}
}