mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Gorp
This commit is contained in:
parent
8f3161f33a
commit
a25ab6375f
@ -28,7 +28,7 @@ namespace NewHorizons.VoiceActing
|
||||
var folder = $"{mod.ModHelper.Manifest.ModFolderPath}voicemod";
|
||||
if (!Directory.Exists(folder)) {
|
||||
// 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))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user