Prevent inventory events from being relayed to pockets (#6074)
Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
This commit is contained in:
@@ -26,4 +26,5 @@ public enum SlotFlags
|
||||
POCKET = 1 << 12,
|
||||
LEGS = 1 << 13,
|
||||
FEET = 1 << 14,
|
||||
All = ~NONE,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user