You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when given more than one ..character.json in characters folder and running it manually using command :
pnpm run dev --character="characters/c1.character.json,characters/c2.character.json"
lets say the x credentials of c1 is incorrect then it will try to login multiple time c1 and then stop will never to c2.
To Reproduce
put multiple character.json in characters.json and then run :
pnpm run dev --character="characters/c1.character.json,characters/c2.character.json"
Expected behavior
try to login c1 given number of time if failed move on to next character and so on
Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
when given more than one ..character.json in characters folder and running it manually using command :
pnpm run dev --character="characters/c1.character.json,characters/c2.character.json"
lets say the x credentials of c1 is incorrect then it will try to login multiple time c1 and then stop will never to c2.
To Reproduce
put multiple character.json in characters.json and then run :
pnpm run dev --character="characters/c1.character.json,characters/c2.character.json"
Expected behavior
try to login c1 given number of time if failed move on to next character and so on
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: