fixed syntax

This commit is contained in:
Not Officer
2021-09-10 23:18:35 +02:00
parent bf79ca5f12
commit a741131a37

View File

@@ -354,11 +354,10 @@ namespace FModel.Settings
{
FGame.Dungeons, new List<CustomDirectory>
{
new("Levels"), "Dungeons/Content/data/Lovika/Levels"),
new("Friendlies"), "Dungeons/Content/Actor/Characters/Friendlies",
new("Skins"), "Dungeons/Content/Actor/Characters/Player/Master/Skins",
new("Levels", "Dungeons/Content/data/Lovika/Levels"),
new("Friendlies", "Dungeons/Content/Actor/Characters/Friendlies"),
new("Skins", "Dungeons/Content/Actor/Characters/Player/Master/Skins"),
new("Strings", "Dungeons/Content/Localization/")
}
},
{