Skip to content

Commit

Permalink
Update missing usage of old build setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
num0005 committed Jun 26, 2024
1 parent 4243378 commit 55a55d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Launcher/ToolkitProfiles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private string GetH2CodezPath()
/// <returns></returns>
public bool IsH2Codez()
{
return CommunityTools && BuildType == build_type.release_standalone && Generation == GameGen.Halo2 && File.Exists(GetH2CodezPath());
return CommunityTools && !IsMCC && Generation == GameGen.Halo2 && File.Exists(GetH2CodezPath());
}

public void Upgrade()
Expand Down

0 comments on commit 55a55d5

Please sign in to comment.