Closed i7621149 closed 7 years ago
Character selection is recorded with a pointer, which means that it could become incorrect since the vector might reallocate memory
Fixed, character selection now uses getActiveCharacter, which relies on IDs.
Character selection is recorded with a pointer, which means that it could become incorrect since the vector might reallocate memory