Create icon indicating copy to clipboard operation
Create copied to clipboard

Fix Filters not Respecting 'Respect Data' option

Open VoidLeech opened this issue 1 year ago • 0 comments

Fixes #5780 This PR applies the same fix as #5971 which I've closed due to an accidentally introduced merge commit that'd clutter the git history. This PR further only edits the relevant line and doesn't randomly change some tabs for empty lines, which snuck in via Intellij.

Cause

The assignment for shouldRespectNBT has a negation applied to whether the defaults should be used, ensuring this is always set to false

Fix

Removed the negation

VoidLeech avatar Apr 24 '24 14:04 VoidLeech