Skip to content

Commit 0a08566

Browse files
Merge pull request #75 from arghblargh/arghblargh-patch-1
Fix IMC options not changing default values
2 parents fcfc724 + c582356 commit 0a08566

File tree

1 file changed

+1
-1
lines changed
  • xivModdingFramework/Mods/FileTypes

1 file changed

+1
-1
lines changed

xivModdingFramework/Mods/FileTypes/PMP.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ private static void ValidateOption(PmpStandardOptionJson op)
398398
var opt = group.Options[i] as PmpImcOptionJson;
399399
optionIdx++;
400400

401-
xivImc.AttributeMask |= opt.AttributeMask;
401+
xivImc.AttributeMask ^= opt.AttributeMask;
402402
}
403403
}
404404

0 commit comments

Comments
 (0)