This commit is contained in:
dordsor21 2021-06-27 13:06:10 +01:00
parent 2c920bd016
commit 7c4d96e176
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -2439,7 +2439,7 @@ public class Plot {
} }
if (tmp) { if (tmp) {
merge = true; merge = true;
bot = PlotId.of(bot.getX() - 1, bot.getX()); bot = PlotId.of(bot.getX() - 1, bot.getY());
} }
} }
int minHeight = getArea().getMinBuildHeight(); int minHeight = getArea().getMinBuildHeight();