mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 20:56:45 +01:00
Fix #3117
This commit is contained in:
parent
2c920bd016
commit
7c4d96e176
@ -2439,7 +2439,7 @@ public class Plot {
|
||||
}
|
||||
if (tmp) {
|
||||
merge = true;
|
||||
bot = PlotId.of(bot.getX() - 1, bot.getX());
|
||||
bot = PlotId.of(bot.getX() - 1, bot.getY());
|
||||
}
|
||||
}
|
||||
int minHeight = getArea().getMinBuildHeight();
|
||||
|
Loading…
Reference in New Issue
Block a user