Skip to content

Commit

Permalink
Update CustomSoundPatcher.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPurple6411 committed Dec 23, 2022
1 parent d9b4fa6 commit ce4e537
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions SMLHelper/Patchers/CustomSoundPatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,6 @@ public static bool SoundQueue_Play_Prefix(SoundQueue __instance, string sound, s
if (!string.IsNullOrEmpty(subtitles))
{
Subtitles.Add(subtitles);
}
{
main.Add(subtitles);
}
}
{
main.Add(subtitles);
}
}
{
main.Add(subtitles);
}
}
return false;
}
Expand Down

0 comments on commit ce4e537

Please sign in to comment.