mirror of
https://github.com/4sval/FModel.git
synced 2026-08-27 20:04:25 -05:00
fixed syntax
This commit is contained in:
@@ -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/")
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user