Merge pull request #8839 from dobrykafe/pr-create-07-skin-folder

Create 0.7 skin folder
This commit is contained in:
Dennis Felsing 2024-08-28 23:00:58 +00:00 committed by GitHub
commit 5cf0e5e997
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,6 +96,7 @@ public:
CreateFolder("mapres", TYPE_SAVE); CreateFolder("mapres", TYPE_SAVE);
CreateFolder("downloadedmaps", TYPE_SAVE); CreateFolder("downloadedmaps", TYPE_SAVE);
CreateFolder("skins", TYPE_SAVE); CreateFolder("skins", TYPE_SAVE);
CreateFolder("skins7", TYPE_SAVE);
CreateFolder("downloadedskins", TYPE_SAVE); CreateFolder("downloadedskins", TYPE_SAVE);
CreateFolder("themes", TYPE_SAVE); CreateFolder("themes", TYPE_SAVE);
CreateFolder("communityicons", TYPE_SAVE); CreateFolder("communityicons", TYPE_SAVE);