smogon / pokemon-showdown

Pokémon battle simulator.
https://pokemonshowdown.com
MIT License
4.64k stars 2.71k forks source link

Scav time trial sort fix #10355

Closed Vinayak-Shukla closed 2 weeks ago

Vinayak-Shukla commented 2 weeks ago

time trials are a twist hunts might use in scavengers. Finishers are sorted based on the time they take to complete. The ToDurationString helper function only returns a MM:SS string for sub-hour times, so the string comparison for sorting messes up comparing minutes to hours sometimes, adding HH: to all MM;SS strings for time trial hunt specfically so the sorting is as expected.