Crafting stuck in "ConfirmCraft" stage on non-english client #2

Open
opened 2024-07-27 20:50:30 +00:00 by Pixis · 0 comments

The crafting automation gets stuck in the "ConfirmCraft" stage on a non-english client.
Most likely this is because it is checking for the string "Craft " in this stage @

if (SelectSelectYesno(0, s => s.StartsWith("Craft ", StringComparison.Ordinal)))
, which does not exist in other languages.

The crafting automation gets stuck in the "ConfirmCraft" stage on a non-english client. Most likely this is because it is checking for the string "Craft " in this stage @ https://git.carvel.li/liza/Workshoppa/src/commit/3a0bb492fa9ca01d658009a8ee9f72df1338f07e/Workshoppa/WorkshopPlugin.CraftingLog.cs#L122, which does not exist in other languages.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: liza/Workshoppa#2
No description provided.