Skip to content

Commit

Permalink
Specified the search path for the global.txt file more because of the…
Browse files Browse the repository at this point in the history
… Update
  • Loading branch information
JustPaRcS committed Nov 30, 2022
1 parent 26b0c79 commit 87b5b77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ private List<AudioLineProperties> GetAudioLines(bool tryAgain = false)
{
string filePath = "";

string[] files = Directory.GetFiles(GlobalVariables.GameFolderPath + @"\Pistol Whip_Data\", "Global.txt", SearchOption.AllDirectories);
string[] files = Directory.GetFiles(GlobalVariables.GameFolderPath + @"\Pistol Whip_Data\StreamingAssets\Audio\GeneratedSoundBanks\Windows", "Global.txt", SearchOption.AllDirectories);
if (files.Length == 1)
{
filePath = files[0];
Expand Down

0 comments on commit 87b5b77

Please sign in to comment.