From 10aa3fad7a04b45490acaa4ea16702c0e7a911d6 Mon Sep 17 00:00:00 2001 From: SKmedix Date: Mon, 9 Jan 2017 23:30:38 +0100 Subject: [PATCH] Update minecraft.net --- backend/MinecraftStatusChecker.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/MinecraftStatusChecker.class.php b/backend/MinecraftStatusChecker.class.php index fa0f188..03dacc3 100644 --- a/backend/MinecraftStatusChecker.class.php +++ b/backend/MinecraftStatusChecker.class.php @@ -18,7 +18,7 @@ public function __construct( $MakeMojangNewsRequest = false ) $Checks = Array( //Array( 'Name' => 'login' , 'Callback' => 'CheckLogin' , 'Timeout' => 6, 'URL' => 'https://authserver.mojang.com/authenticate' ), Array( 'Name' => 'session', 'Callback' => 'CheckSession', 'Timeout' => 6, 'URL' => 'https://sessionserver.mojang.com/' ), - Array( 'Name' => 'website', 'Callback' => 'CheckWebsite', 'Timeout' => 7, 'URL' => 'https://minecraft.net/en/' ), + Array( 'Name' => 'website', 'Callback' => 'CheckWebsite', 'Timeout' => 7, 'URL' => 'https://minecraft.net/en-us/' ), Array( 'Name' => 'skins' , 'Callback' => 'CheckSkins' , 'Timeout' => 5, 'URL' => 'http://textures.minecraft.net/texture/a116e69a845e227f7ca1fdde8c357c8c821ebd4ba619382ea4a1f87d4ae94' ), //Array( 'Name' => 'realms' , 'Callback' => 'CheckRealms' , 'Timeout' => 4, 'URL' => 'https://mcoapi.minecraft.net/worlds' ), //Array( 'Name' => 'legacy_session', 'Callback' => 'Legacy', 'Timeout' => 4, 'URL' => 'http://session.minecraft.net/health' )