mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
Remove hecate black namecolor
This commit is contained in:
parent
29fdcb7e6a
commit
704287380e
|
|
@ -1144,9 +1144,7 @@ export class BattleLog {
|
|||
return str.replace(/"/g, '"').replace(/>/g, '>').replace(/</g, '<').replace(/&/g, '&');
|
||||
}
|
||||
|
||||
static colorCache: { [userid: string]: string } = {
|
||||
hecate: "black; text-shadow: 0 0 6px white",
|
||||
};
|
||||
static colorCache: { [userid: string]: string } = {};
|
||||
|
||||
/** @deprecated */
|
||||
static hashColor(name: ID) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user