Skip to content

Commit

Permalink
Merge pull request YARC-Official#64 from thoudankeykang/patch-4
Browse files Browse the repository at this point in the history
quick fix for the quick fix
  • Loading branch information
EliteAsian123 authored Apr 9, 2023
2 parents 7ef34bd + 3e7f56a commit 37aaaca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Assets/Script/Util/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public static string SourceToGameName(string source) {
"ghotd" => "Guitar Hero On Tour: Decades",
"ghotmh" => "Guitar Hero On Tour: Modern Hits",
"bandhero" or "bh" => "Band Hero",
"bhds" => "Band Hero DS",
"ghl" => "Guitar Hero Live",
"ghtv" => "Guitar Hero TV",

Expand Down Expand Up @@ -141,8 +142,8 @@ public static string SourceToGameName(string source) {
"ghxsetlist" => "Guitar Hero X",
"ghx2setlist" => "Guitar Hero X-II",
"praise" => "Guitar Praise",
"praisedlc" => "Guitar Praise: Expansion Pack 1"
"stryper" => "Guitar Praise: Stryper"
"praisedlc" => "Guitar Praise: Expansion Pack 1",
"stryper" => "Guitar Praise: Stryper",
"guitarzero2" => "Guitar Zero 2",
"guitarherodlc" => "Guitar Zero 2 DLC",
"harmonyhero" => "Harmony Hero",
Expand Down

0 comments on commit 37aaaca

Please sign in to comment.