mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
I'm an idiot and left one of my debug messages in
This commit is contained in:
parent
7e6b11a21b
commit
61f8ceaaaa
1 changed files with 0 additions and 1 deletions
|
@ -284,7 +284,6 @@ public abstract class HybridUtils {
|
|||
}
|
||||
|
||||
public boolean regenerateRoad(final PlotArea area, final ChunkLoc chunk, int extend) {
|
||||
PlotSquared.log(chunk);
|
||||
int x = chunk.x << 4;
|
||||
int z = chunk.z << 4;
|
||||
int ex = x + 15;
|
||||
|
|
Loading…
Reference in a new issue