From d369547088efa430f61cdef769b943bf8bd5e88d Mon Sep 17 00:00:00 2001 From: Warrior <50800980+Warriorrrr@users.noreply.github.com> Date: Fri, 31 Mar 2023 21:56:29 +0200 Subject: [PATCH] Remove leftover debug stdout --- src/com/palmergames/bukkit/towny/utils/AreaSelectionUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/palmergames/bukkit/towny/utils/AreaSelectionUtil.java b/src/com/palmergames/bukkit/towny/utils/AreaSelectionUtil.java index 5226e5eeb9..aaa9458709 100644 --- a/src/com/palmergames/bukkit/towny/utils/AreaSelectionUtil.java +++ b/src/com/palmergames/bukkit/towny/utils/AreaSelectionUtil.java @@ -219,7 +219,7 @@ private static List selectWorldCoordAreaRect(int maxSelectionSize, W // We remove the first pos if this is a claim and it is not wilderness. if (claim && !pos.isWilderness()) out.remove(0); - System.out.println("debug -17"); + return out; }