mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 06:04:59 +00:00
randomizer fixces
This commit is contained in:
@@ -422,7 +422,7 @@ def getCustomSpeciesList(allowOnline = true, redownload_file=false)
|
||||
path = filesList[i]
|
||||
file = File.basename(path, ".*")
|
||||
fused = getDexNumFromFilename(file)
|
||||
if fused <= maxDexNumber && fused > 0
|
||||
if fused && (fused <= maxDexNumber && fused > 0)
|
||||
speciesList << fused
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user