i make some tests to have web page with Ladder Ranking of the Stunters Title Pack.
This work well :
$rankings = new \Maniaplanet\WebServices\Rankings\Title("login", "pass");
$getMultiplayerPlayer = $rankings->getMultiplayerPlayer("Stunters@spaii", "spaii");
All works nice

But this not work :
$rankings = new \Maniaplanet\WebServices\Rankings\Title("login", "pass");
$getMultiplayerWorld = $rankings->getMultiplayerWorld("Stunters@spaii");
I don't have the ladder ranking.
Thx
