Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fronkln committed Nov 8, 2023
1 parent 899002c commit d214fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RyuHelpers/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public static List<ModInfo> PreRun()

Console.WriteLine(" DONE!\n");
}
else if (GamePath.GetGame() == Game.Judgment || GamePath.GetGame() == Game.LostJudgment)
else if (GamePath.GetGame() >= Game.Judgment)
{
IsRebuildMLOSupported = false;

Expand Down
2 changes: 1 addition & 1 deletion Utils/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ public enum Game
LostJudgment,
eve, // Virtua Fighter eSports
likeadragongaiden,
likeadragon8
likeadragon8
}
}

0 comments on commit d214fcb

Please sign in to comment.