mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-14 04:47:54 +00:00
remove rogue debug message
This commit is contained in:
parent
df3e78ee40
commit
14badf8cfc
1 changed files with 0 additions and 1 deletions
|
@ -1296,7 +1296,6 @@ public class Plot {
|
|||
int y = loc.y < 1 ?
|
||||
(isLoaded() ? WorldUtil.IMP.getHighestBlock(plot.getWorldName(), x, z) + 1 : 63) :
|
||||
loc.y;
|
||||
PlotSquared.log("Getting home with Y " + y);
|
||||
return new Location(plot.getWorldName(), x, y, z);
|
||||
}
|
||||
// Side
|
||||
|
|
Loading…
Reference in a new issue