This repository has been archived by the owner on Jan 17, 2025. It is now read-only.
(Minor issue)-Character List is only updated when new characters are created, but not when old character are used. New characters not created on top. #87
Labels
bug
Something isn't working
When you create new character it goes on top of the first character you created. Here is an example of how it works right now:
The first class I created is Cleric. Then I create Bard the order looks like this.
Bard(Created 2nd)
Cleric(Created 1st)
(This is all good and correct)
Then I create Ranger and the order looks like this
Bard(Created 2nd)
Ranger(Created 3rd) <-- Should be in number 1 position
Cleric(Created 1st)
Then I create Wizard and it looks like this
Bard(Created 2nd)
Ranger(Created 3rd)
Wizard(Created 4th) <-- Should be in number 1 position
Cleric(Created 1st)
Then I log in as Cleric and press character select order does not change:
Bard(Created 2nd)
Ranger(Created 3rd)
Wizard(Created 4th)
Cleric(Created 1st)<-- Should be in number 1 position
The text was updated successfully, but these errors were encountered: