Update worldedit-core/src/main/java/com/sk89q/worldedit/regions/EllipsoidRegion.java

Co-authored-by: NotMyFault <mc.cache@web.de>
This commit is contained in:
dordsor21
2020-10-08 21:15:48 +01:00
committed by GitHub
parent 728ced8c06
commit 0c9f00b6ba

View File

@ -409,7 +409,6 @@ public class EllipsoidRegion extends AbstractRegion {
int yTopFull = Math.min(255, cy + diffYFull);
if (yBotFull == yTopFull || yBotFull > yTopFull) {
System.out.println("aa"); //why do we print "aa" here?
}
// Set those layers
filter(chunk, filter, block, get, set, yBotFull, yTopFull, full);