mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
remove rogue debug message
This commit is contained in:
parent
df3e78ee40
commit
14badf8cfc
@ -1296,7 +1296,6 @@ public class Plot {
|
|||||||
int y = loc.y < 1 ?
|
int y = loc.y < 1 ?
|
||||||
(isLoaded() ? WorldUtil.IMP.getHighestBlock(plot.getWorldName(), x, z) + 1 : 63) :
|
(isLoaded() ? WorldUtil.IMP.getHighestBlock(plot.getWorldName(), x, z) + 1 : 63) :
|
||||||
loc.y;
|
loc.y;
|
||||||
PlotSquared.log("Getting home with Y " + y);
|
|
||||||
return new Location(plot.getWorldName(), x, y, z);
|
return new Location(plot.getWorldName(), x, y, z);
|
||||||
}
|
}
|
||||||
// Side
|
// Side
|
||||||
|
Loading…
Reference in New Issue
Block a user