mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Log don't debug on regenallroad completion
This commit is contained in:
parent
d9f9d7dc34
commit
58280a20a8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue