Merge pull request #345 from erri120/stardew-fix

Fixed typo
This commit is contained in:
erri120 2020-01-04 21:29:11 +01:00 committed by GitHub
commit c26e89806d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -409,7 +409,7 @@ namespace Wabbajack.Common
GOGIDs = new List<int>{1453375253},
RequiredFiles = new List<string>
{
"StardewValley.exe"
"Stardew Valley.exe"
}
}
}