mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 12:33:54 +00:00
Fixed UnderOverlayMask.
This commit is contained in:
@ -68,7 +68,6 @@ public class UnderOverlayMask implements Mask {
|
||||
|
||||
@Override
|
||||
public boolean matches(EditSession editSession, Vector pos) {
|
||||
return mask.matches(editSession, pos.add(0, yMod, 0));
|
||||
return !mask.matches(editSession, pos) && mask.matches(editSession, pos.add(0, yMod, 0));
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user