Move around some debugs

This commit is contained in:
NotMyFault
2019-04-27 20:34:56 +02:00
parent bd91c2a748
commit 686c71d965
2 changed files with 4 additions and 3 deletions

View File

@ -2490,7 +2490,7 @@ public class EditSession extends AbstractDelegateExtent implements HasFaweQueue,
* @throws MaxChangedBlocksException thrown if too many blocks are changed
*/
public int makeSphere(final BlockVector3 pos, final Pattern block, double radiusX, double radiusY, double radiusZ, final boolean filled) {
System.out.println("Make sphere");
// System.out.println("Make sphere");
radiusX += 0.5;
radiusY += 0.5;
radiusZ += 0.5;