Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
[ZZZ] fix issue with loading bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
Razmoth committed Jul 13, 2023
1 parent 8b22695 commit 55e66de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AssetStudio/GameManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public static class GameTypes

public static bool IsMhyGroup(this GameType type) => type switch
{
GameType.GI or GameType.GI_Pack or GameType.GI_CB1 or GameType.GI_CB2 or GameType.GI_CB3 or GameType.GI_CB3Pre or GameType.BH3 or GameType.BH3Pre or GameType.SR_CB2 or GameType.SR or GameType.TOT => true,
GameType.GI or GameType.GI_Pack or GameType.GI_CB1 or GameType.GI_CB2 or GameType.GI_CB3 or GameType.GI_CB3Pre or GameType.BH3 or GameType.BH3Pre or GameType.SR_CB2 or GameType.SR or GameType.ZZZ_CB1 or GameType.TOT => true,
_ => false,
};
}
Expand Down

0 comments on commit 55e66de

Please sign in to comment.