Disconnection during character creation leaves session in bad state #273
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
java
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
agony-forge/agonyforge#273
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sometimes there is no
Questionor the character is saved but doesn't have all its points allocated. Sometimes it's possible to get to the menu and delete the character to start over but sometimes you can just get stuck in a loop where it doesn't know what menu to show you, so you just get redirected back to the "Play" button repeatedly.Updating this issue since things have changed, but there's still a bug here. It seems like if you refresh your browser when you're half way through creating a character you can get back into the main menu but your character is only partially complete. For example, if you only allocated your stats but not your efforts. Your partial character is saved and you can see it in the main menu but you can't go back into editing your character and you can go into the game with your unfinished character.
I think the fix for this is to flag the character as unfinished so that you can't go into the game, but open an option to start editing the character again.