Skip to content

Commit

Permalink
Remove 'root' as a valid folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Jul 29, 2024
1 parent 14a5cc3 commit 88aa456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/starfieldmoddatachecker.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88aa456

Please sign in to comment.