From 88aa4561c44b865fbddc90b1666ed68eca7b0efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Mon, 29 Jul 2024 17:32:02 +0200 Subject: [PATCH] Remove 'root' as a valid folder. --- src/starfieldmoddatachecker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/starfieldmoddatachecker.h b/src/starfieldmoddatachecker.h index fa63e5a..13c1fcc 100644 --- a/src/starfieldmoddatachecker.h +++ b/src/starfieldmoddatachecker.h @@ -15,7 +15,7 @@ class StarfieldModDataChecker : public GamebryoModDataChecker "interface", "meshes", "geometries", "music", "scripts", "sound", "strings", "textures", "trees", "video", "materials", "sfse", "distantlod", "asi", "Tools", "MCM", "distantland", "mits", - "dllplugins", "CalienteTools", "shadersfx", "aaf", "root"}; + "dllplugins", "CalienteTools", "shadersfx", "aaf"}; return result; } virtual const FileNameSet& possibleFileExtensions() const override