mirror of
https://github.com/smogon/sprites.git
synced 2026-08-23 18:25:31 -05:00
typo
This commit is contained in:
@@ -32,7 +32,7 @@ function toPSSpriteID(name)
|
||||
if info.forme == 'Female' then
|
||||
info.forme = 'F'
|
||||
end
|
||||
result = result .. "-" ..toPSID(info.forme)
|
||||
result = result .. "-" .. toPSID(info.forme)
|
||||
end
|
||||
return result
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user