mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 04:46:40 +00:00
remove debug
This commit is contained in:
@ -635,7 +635,7 @@ public class CuboidRegion extends AbstractRegion implements FlatRegion {
|
||||
int maxChunkX = maxX >> 4;
|
||||
if (maxChunkX >= X) {
|
||||
int minChunkZ = minZ >> 4;
|
||||
if (minChunkZ <= X) {
|
||||
if (minChunkZ <= Z) {
|
||||
int maxChunkZ = maxZ >> 4;
|
||||
if (maxChunkZ >= Z) {
|
||||
int cx1 = X << 4;
|
||||
|
Reference in New Issue
Block a user