Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

v3.2.1: NPE fix

Compare
Choose a tag to compare
@Andre601 Andre601 released this 15 Jul 21:49
· 671 commits to master since this release
9cbd7fb

There is a rare chance that gson.fromJson(Reader, Type) will return null in the PlayerHandler loading process, which causes an NPE to happen.

This should be fixed now and AdvancedServerList will print a warning about the JSON not being parsable, which seems to be the only explanation for this to occur.