MCAuthLib icon indicating copy to clipboard operation
MCAuthLib copied to clipboard

Fix: use mutable list for profiles

Open PierreSchwang opened this issue 3 years ago • 0 comments

Instead of using unmodifiable lists for storing game profiles, now the initial ArrayList is cleared and reused.

Using unmodifiable lists breaks the logout method because the remove method has no implementation in those unmodifiable lists and therefor throws an UnsupportedOperationException: grafik

PierreSchwang avatar Jan 08 '22 13:01 PierreSchwang