stirante / lol-client-java-api

Simple library which provides access to internal League of Legends Client API.
GNU General Public License v3.0
67 stars 14 forks source link

Catch NullPointerException in isAuthorized method #13

Closed Blaubeeree closed 4 years ago

Blaubeeree commented 4 years ago

Added NullPointerException in the try-catch block of the isAuthorized method, because I often get the error if I call the function in a ClientConnectionListener.

stirante commented 4 years ago

Published new release along with your fix. Thank you for you contribution :)