Skip to content

Commit

Permalink
Fix du Session Server
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekCornerGH committed Jan 20, 2021
1 parent 5e3d76a commit e476c5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/js/mojang.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const minecraftAgent = {
const authpath = 'https://authserver.mojang.com'
const statuses = [
{
service: 'sessionserver.mojang.com',
service: 'session.minecraft.net',
status: 'grey',
name: 'Sessions multijoueurs',
essential: true
Expand Down
4 changes: 2 additions & 2 deletions app/assets/js/scripts/landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ const refreshMojangStatuses = async function () {
const service = statuses[i]

// Mojang API is broken for sessionserver. https://bugs.mojang.com/browse/WEB-2303
if (service.service === 'sessionserver.mojang.com') {
/*if (service.service === 'sessionserver.mojang.com') {
service.status = 'green'
}
}*/

if (service.essential) {
tooltipEssentialHTML += `<div class="mojangStatusContainer">
Expand Down

0 comments on commit e476c5b

Please sign in to comment.