Quote:
Originally Posted by john102774
Quote:
Originally Posted by john102774
Question regarding Custom Score Type for LMS Tournaments: For the LMS Tourney, ex. A Race determine by best lap time.
Is there a way to set winner to be the person with the fastest time (including decimals and colons) instead of showing the winner who has the highest number?
|
Has there been an update regarding the above quote? Thanks! :up: 
|
Sorry for delay here you go. (Not sure if this will work with colons.)
For LMS to display lowest score as winner...
Find in
tournament.php
Code:
ORDER BY score DESC");
Replace with
Code:
ORDER BY score ASC");