Fix IMC import sanity check.

This commit is contained in:
Ottermandias 2024-08-01 22:17:56 +02:00
parent 1e1637f0e7
commit 5e9c7f7eac
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 2b79faacff30a31e9ad4b0a3c5d57ffd6e34cfa4
Subproject commit c53955cb6199dd418c5a9538d3251ac5942e7067

View file

@ -186,7 +186,7 @@ public class ImcModGroup(Mod mod) : IModGroup
return null;
}
var rollingMask = ret.DefaultEntry.AttributeMask;
var rollingMask = 0ul;
if (options != null)
foreach (var child in options.Children())
{