mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Remove debug line
This commit is contained in:
@ -64,7 +64,6 @@ public class RegionMask extends AbstractMask {
|
||||
|
||||
@Override
|
||||
public boolean test(Extent extent, BlockVector3 vector) {
|
||||
Fawe.imp().debug(" extent: " + extent.getClass());
|
||||
return region.contains(vector);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user