Add filtering mods by changed item categories.

This commit is contained in:
Ottermandias 2023-12-22 14:22:03 +01:00
parent 2051197c65
commit 4aa19e49d5
5 changed files with 89 additions and 34 deletions

View file

@ -242,7 +242,7 @@ public static class EquipmentSwap
if (!slot.IsEquipmentPiece())
throw new ItemSwap.InvalidItemTypeException();
modelId = i.ModelId;
modelId = i.PrimaryId;
variant = i.Variant;
}