mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-05 12:36:40 +00:00
Fix binding order
This commit is contained in:
@ -357,7 +357,7 @@ public class ForwardExtentCopy implements Operation {
|
||||
.stream()
|
||||
.filter(entity -> entity.getState() != null &&
|
||||
!entity.getState().getType().getId().equals("minecraft:player") &&
|
||||
region.contains(entity.getLocation().toVector()))
|
||||
region.contains(entity.getLocation().toBlockPoint()))
|
||||
.collect(Collectors.toList());
|
||||
} else {
|
||||
entities = new ArrayList<>();
|
||||
|
Reference in New Issue
Block a user