Skip to content

v1.2.1: Fix wrong boolean name

Latest
Compare
Choose a tag to compare
@Andre601 Andre601 released this 18 Feb 00:04

The MCServerPingResponse had used a boolean called fullQuerry rather than fullQuery
This would result in Gson, the library used to parse JSON into class instances, not parsing the fullQuery response of the Fluxpoint API.

The old getter is still present (And now returns the proper boolean value) for backwards compatability sake but is deprecated and will be removed in the next version...