Skip to content

Commit

Permalink
Force extension to lower.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadlyKitten committed Oct 6, 2021
1 parent 6856196 commit b704056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NASB Voice Mod/Data/VoicePack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private IEnumerator LoadClip(string path, Voiceclip voiceclip)
{
AudioType audioType;

switch(Path.GetExtension(path))
switch(Path.GetExtension(path).ToLower())
{
case ".wav":
audioType = AudioType.WAV;
Expand Down

0 comments on commit b704056

Please # to comment.