From b4aa1b74ab3e23f8ac411802571d5e6052f38007 Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Thu, 18 Nov 2021 14:42:05 +0100 Subject: [PATCH] patch pregen debug --- src/main/java/com/volmit/iris/core/commands/CommandPregen.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/volmit/iris/core/commands/CommandPregen.java b/src/main/java/com/volmit/iris/core/commands/CommandPregen.java index 9f94c026d..7c53a1693 100644 --- a/src/main/java/com/volmit/iris/core/commands/CommandPregen.java +++ b/src/main/java/com/volmit/iris/core/commands/CommandPregen.java @@ -54,7 +54,7 @@ public class CommandPregen implements DecreeExecutor { .width(w) .height(w) .build(), world); - String msg = C.GREEN + "Pregen started in " + C.GOLD + world.getName() + C.GREEN + " of " + C.GOLD + w + C.GREEN + " by " + C.GOLD + w + C.GREEN + " blocks from " + C.GOLD + center.getX() + "," + center.getZ(); + String msg = C.GREEN + "Pregen started in " + C.GOLD + world.getName() + C.GREEN + " of " + C.GOLD + (radius * 2) + C.GREEN + " by " + C.GOLD + (radius * 2) + C.GREEN + " blocks from " + C.GOLD + center.getX() + "," + center.getZ(); sender().sendMessage(msg); Iris.info(msg); } catch (Throwable e) {