Closed magnetik closed 10 years ago
From oliver...@gmail.com on June 09, 2011 20:54:15
What steps will reproduce the problem? 1. Play one Track
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: http://code.google.com/p/manialive/issues/detail?id=34
From melot.philippe on June 10, 2011 01:00:47
fixed in r226
Status: Fixed Owner: melot.philippe
From oliver...@gmail.com on June 09, 2011 20:54:15
What steps will reproduce the problem? 1. Play one Track
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: http://code.google.com/p/manialive/issues/detail?id=34