SparklingComet / java-mojang-api

Full Mojang API Wrapper
http://wiki.vg/Mojang_API
Apache License 2.0
45 stars 11 forks source link

README.md typo #1

Closed Marcono1234 closed 6 years ago

Marcono1234 commented 6 years ago

It looks like in the usage example of the README.md file a bracket is missing after Mojang.ServiceType.AUTH_MOJANG_COM:

if (api.getStatus(Mojang.ServiceType.AUTH_MOJANG_COM != Mojang.ServiceStatus.GREEN) {
    System.err.println("The Auth Server is not available right now.");
}
SparklingComet commented 6 years ago

Thank you for catching that. Should be fine now