mirror of
https://github.com/billsonnn/nitro-converter.git
synced 2024-11-22 23:50:52 +01:00
Merge branch 'Thijmen-master-patch-32865' into 'master'
Update FurnitureDownloader.ts See merge request nitro/nitro-converter!1
This commit is contained in:
commit
7b41d74a3a
@ -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