hv-unified/scripts
GaboGG 03cbccf703 v0.14.34 - Fix difficulty comparison case bug
Bug: difficulties.indexOf(difficulty.toUpperCase()) — the array has
'Nintendo' (mixed case) but toUpperCase() gives 'NINTENDO' which
doesn't match, so currentIdx = -1 and -1 < suggestedIdx always true.
The suggestion kept firing even when already on Nintendo.
(IWBTH worked by luck since uppercase == itself.)

Fix: case-insensitive findIndex comparison on both sides.
2026-07-31 07:09:30 -04:00
..
build.sh v0.14.33 - In-game gear analysis module 2026-07-31 07:07:38 -04:00
hv-unified.user.js v0.14.34 - Fix difficulty comparison case bug 2026-07-31 07:09:30 -04:00
latest.user.js v0.14.34 - Fix difficulty comparison case bug 2026-07-31 07:09:30 -04:00