mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-02-23 05:30:39 +00:00
An extent's content was returned flipped when applied for negative positions, as e.g. `Math.abs(-2) % 3` returns 2 instead of 1 (as 1 + -1 * 3 = -2) (cherry picked from commit b0cf5dd2bf1b9bcbf1c7efff0fe25de7ee9a2090)