mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 04:23:01 -05:00
Pokedex: Workaround for searching for Psychic
This commit is contained in:
parent
61709650ac
commit
c213b0de71
|
|
@ -55,7 +55,7 @@
|
|||
}
|
||||
|
||||
var i = Search.getClosest(query);
|
||||
if (!BattleSearchIndex[i] || query === 'metronome') i--;
|
||||
if (!BattleSearchIndex[i] || query === 'metronome' || query === 'psychic') i--;
|
||||
this.exactMatch = (query === BattleSearchIndex[i]);
|
||||
|
||||
var bufs = ['','','',''];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user