mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-04 09:10:17 +01:00
Log don't debug on regenallroad completion
This commit is contained in:
parent
d9f9d7dc34
commit
58280a20a8
@ -395,7 +395,7 @@ public abstract class HybridUtils {
|
|||||||
regeneratePlotWalls(area);
|
regeneratePlotWalls(area);
|
||||||
|
|
||||||
HybridUtils.UPDATE = false;
|
HybridUtils.UPDATE = false;
|
||||||
PlotSquared.debug("Finished road conversion");
|
PlotSquared.log("Finished road conversion");
|
||||||
// CANCEL TASK
|
// CANCEL TASK
|
||||||
} else {
|
} else {
|
||||||
final Runnable task = this;
|
final Runnable task = this;
|
||||||
|
Loading…
Reference in New Issue
Block a user