This commit is contained in:
Ben C 2022-07-25 13:10:49 -07:00 committed by GitHub
parent 8f3161f33a
commit a25ab6375f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ namespace NewHorizons.VoiceActing
var folder = $"{mod.ModHelper.Manifest.ModFolderPath}voicemod"; var folder = $"{mod.ModHelper.Manifest.ModFolderPath}voicemod";
if (!Directory.Exists(folder)) { if (!Directory.Exists(folder)) {
// Fallback to PascalCase bc it used to be like that // Fallback to PascalCase bc it used to be like that
folder = $"{mod.ModHelper.Manifest.ModFolderPath}VoiceMod" folder = $"{mod.ModHelper.Manifest.ModFolderPath}VoiceMod";
} }
if (Directory.Exists(folder)) if (Directory.Exists(folder))
{ {