Minecraft.net status works again, dependency upgrade.

This commit is contained in:
Daniel Scalzi
2020-12-09 20:06:10 -05:00
parent c93d4922a6
commit 8723a192b4
3 changed files with 54 additions and 63 deletions

View File

@@ -173,8 +173,8 @@ const refreshMojangStatuses = async function(){
for(let i=0; i<statuses.length; i++){
const service = statuses[i]
// Mojang API is broken for these two. https://bugs.mojang.com/browse/WEB-2303
if(service.service === 'sessionserver.mojang.com' || service.service === 'minecraft.net') {
// Mojang API is broken for sessionserver. https://bugs.mojang.com/browse/WEB-2303
if(service.service === 'sessionserver.mojang.com') {
service.status = 'green'
}