From 58280a20a87e67f2fbfd4c6c1f2e63128414ebb4 Mon Sep 17 00:00:00 2001 From: dordsor21 Date: Fri, 20 Mar 2020 12:11:39 +0000 Subject: [PATCH] Log don't debug on regenallroad completion --- .../plotsquared/plot/generator/HybridUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/generator/HybridUtils.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/generator/HybridUtils.java index 8cd3f12c5..70b1245c7 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/generator/HybridUtils.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/generator/HybridUtils.java @@ -395,7 +395,7 @@ public abstract class HybridUtils { regeneratePlotWalls(area); HybridUtils.UPDATE = false; - PlotSquared.debug("Finished road conversion"); + PlotSquared.log("Finished road conversion"); // CANCEL TASK } else { final Runnable task = this;