What steps will reproduce the problem?
1. Play one Track
2. Pass to another one
3. If the new track is longer you will probably notice it
Please provide any additional information below.
adding this line
foreach($this->players as $player){
$player->rank = -1;
$player->score = 0;
$player->bestTime = 0;
}
in ManiaLive Data Storage in the method onBeginChallenge solves the problem.
But I suppose there is more stuff there that need to be reseted. I just reseted
what might affect
Original issue reported on code.google.com by oliver...@gmail.com on 9 Jun 2011 at 6:54
Original issue reported on code.google.com by
oliver...@gmail.com
on 9 Jun 2011 at 6:54