mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2026-07-07 17:10:54 +02:00
edd82f7978
The URL of the mojang session server call in ProxyAgnosticMojangResolver was extracted into a constant in order to mitigate the "magic constants" problem. Additionally, the 204 in the response code check was replaced by a constant from HttpURLConnection, again, in order to not use any magic numbers.