mirror of
https://github.com/billsonnn/nitro-converter.git
synced 2024-11-22 23:50:52 +01:00
Update FurnitureDownloader.ts
This commit is contained in:
parent
88425a79c3
commit
9897b865cb
@ -33,7 +33,7 @@ export class FurnitureDownloader
|
||||
|
||||
const existingFile = new File(directory.path + '/' + className + '.nitro');
|
||||
|
||||
if(existingFile.isDirectory) continue;
|
||||
if(existingFile.isDirectory()) continue;
|
||||
|
||||
if(classNames.indexOf(className) >= 0) continue;
|
||||
|
||||
@ -64,7 +64,7 @@ export class FurnitureDownloader
|
||||
|
||||
const existingFile = new File(directory.path + '/' + className + '.nitro');
|
||||
|
||||
if(existingFile.isDirectory) continue;
|
||||
if(existingFile.isDirectory()) continue;
|
||||
|
||||
if(classNames.indexOf(className) >= 0) continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user