This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
v3.2.1: NPE fix
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.