mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-09 20:38:45 -05:00
Remove unused variable
This commit is contained in:
@@ -1138,7 +1138,7 @@ var Tools = {
|
||||
shiny: pokemon.shiny
|
||||
};
|
||||
var name = pokemon.spriteid;
|
||||
var dir, isBack, facing;
|
||||
var dir, facing;
|
||||
if (siden) {
|
||||
dir = '';
|
||||
facing = 'front';
|
||||
|
||||
Reference in New Issue
Block a user