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 #10356

Open Vinayak-Shukla opened 2 weeks ago

Vinayak-Shukla commented 2 weeks ago

Time trial is a twist for scavenger hunts which sorts players based on finish times. Since toDurationString only returns MM:SS strings for sub-hour times, making a custom change in the time trial code to change MM:SS strings to HH:MM:SS strings so they're sorted appropriately.

Vinayak-Shukla commented 2 weeks ago

Also, if you can help me with removing the older commits that are showing up here, that'll be great! :)