Skip to content
This repository was archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
Update minecraft.net
Browse files Browse the repository at this point in the history
  • Loading branch information
skmedix authored Jan 9, 2017
1 parent a2efaae commit 10aa3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/MinecraftStatusChecker.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' )
Expand Down

0 comments on commit 10aa3fa

Please sign in to comment.