[Fixed] Number of rankings returned wrong
Posted: 12 Aug 2013, 19:46
there is an issue on:
the number of rankings returned is always length-1
for example i give a length of 10 and get only 9 players returned
also refers to one point which i've listed here http://forum.maniaplanet.com/viewtopic. ... 68&t=22434
(didn't noticed the api issue yet when posting that)
Code: Select all
Rankings::getMultiplayerWorld($title, $offset, $length);
for example i give a length of 10 and get only 9 players returned
also refers to one point which i've listed here http://forum.maniaplanet.com/viewtopic. ... 68&t=22434
(didn't noticed the api issue yet when posting that)