mirror of
https://github.com/billsonnn/nitro-converter.git
synced 2025-02-17 02:22:36 +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');
|
const existingFile = new File(directory.path + '/' + className + '.nitro');
|
||||||
|
|
||||||
if(existingFile.isDirectory) continue;
|
if(existingFile.isDirectory()) continue;
|
||||||
|
|
||||||
if(classNames.indexOf(className) >= 0) continue;
|
if(classNames.indexOf(className) >= 0) continue;
|
||||||
|
|
||||||
@ -64,7 +64,7 @@ export class FurnitureDownloader
|
|||||||
|
|
||||||
const existingFile = new File(directory.path + '/' + className + '.nitro');
|
const existingFile = new File(directory.path + '/' + className + '.nitro');
|
||||||
|
|
||||||
if(existingFile.isDirectory) continue;
|
if(existingFile.isDirectory()) continue;
|
||||||
|
|
||||||
if(classNames.indexOf(className) >= 0) continue;
|
if(classNames.indexOf(className) >= 0) continue;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user