remove rogue debug message

This commit is contained in:
Sauilitired 2019-04-01 09:43:29 +02:00
parent df3e78ee40
commit 14badf8cfc
No known key found for this signature in database
GPG Key ID: C0207FF7EA146678

View File

@ -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