Merge branch 'mc/1.13'

This commit is contained in:
Blue (Lukas Rieger) 2020-04-16 15:43:43 +02:00
commit cac4aece8b
1 changed files with 0 additions and 3 deletions

View File

@ -32,7 +32,6 @@ import java.util.function.Predicate;
import com.flowpowered.math.vector.Vector2i;
import com.flowpowered.math.vector.Vector3i;
import de.bluecolored.bluemap.core.logger.Logger;
import de.bluecolored.bluemap.core.util.AABB;
/**
@ -48,8 +47,6 @@ public class SlicedWorld implements World {
this.world = world;
this.min = min;
this.max = max;
Logger.global.logInfo("Sliced: " + min + max);
}
@Override