Fix warnings

This commit is contained in:
goaaats 2025-03-24 19:21:04 +01:00
parent fc562778da
commit c0c61c66be
4 changed files with 11 additions and 11 deletions

View file

@ -85,8 +85,9 @@ internal class SheetRedirectResolver : IServiceType
{
flags |= SheetRedirectFlags.HighQuality;
}
else if (kind == ItemKind.Collectible || sheetName == "ItemMP") // MP for Masterpiece?!
else if (kind == ItemKind.Collectible || sheetName == "ItemMP")
{
// MP for Masterpiece?!
flags |= SheetRedirectFlags.Collectible;
}