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

LolChampionsCollectionsChampionMinimal Long limit Hotfix #37

Closed obed-vazquez closed 1 year ago

obed-vazquez commented 1 year ago

This solves the #36 issue with the proposed solution: swapping the Long field with a BigInteger

Changes

To Consider

Please let me know about any concerns, suggestions, or any comment.

stirante commented 1 year ago

Thanks for PR!