maniaplanet / manialive

PHP controller for the ManiaPlanet Dedicated Server
GNU Lesser General Public License v3.0
9 stars 4 forks source link

onPlayerNewBestTime works only on First Challange #34

Closed magnetik closed 10 years ago

magnetik commented 10 years ago

From oliver...@gmail.com on June 09, 2011 20:54:15

What steps will reproduce the problem? 1. Play one Track

  1. Pass to another one
  2. 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: http://code.google.com/p/manialive/issues/detail?id=34

magnetik commented 10 years ago

From melot.philippe on June 10, 2011 01:00:47

fixed in r226

Status: Fixed
Owner: melot.philippe