Skip to content

Commit

Permalink
Merge pull request #8 from Callyste/master
Browse files Browse the repository at this point in the history
Update Patch.cs
  • Loading branch information
Morphyum authored May 19, 2018
2 parents 55c53aa + 9221b98 commit 4a416d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClassLibrary2/Patch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ public static void Postfix(ref SGCharacterCreationNamePanel __instance, ref Gend
}
if (text == "female midwest")
{
NewVoice.newVoice = "f_pro4_midwest";
NewVoice.newVoice = "f_pro04_midwest";
WwiseManager.SetSwitch(AudioSwitch_dialog_character_type_pilots.f_pro04_midwest, WwiseManager.GlobalAudioObject);
}
if (text == "female tanesha")
Expand Down

0 comments on commit 4a416d5

Please sign in to comment.