mirror of
https://github.com/smogon/sprites.git
synced 2026-08-20 08:45:06 -05:00
Fix formatFilename bug
This commit is contained in:
@@ -105,6 +105,6 @@ export function formatFilename(si : InputSpriteFilename) {
|
||||
}
|
||||
}
|
||||
extra.sort();
|
||||
s += extra.join();
|
||||
s += extra.join('');
|
||||
return s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user