mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
*negate
This commit is contained in:
parent
c71fe00741
commit
3e3951a3e7
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ public abstract class HybridUtils {
|
|||
if (condition) {
|
||||
BaseBlock[] blocks = plotWorld.G_SCH.get(MathMan.pair(absX, absZ));
|
||||
int minY = plotWorld.SCHEM_Y;
|
||||
if (Settings.Schematics.PASTE_ON_TOP) minY = 1;
|
||||
if (!Settings.Schematics.PASTE_ON_TOP) minY = 1;
|
||||
int maxY = Math.max(extend, blocks.length);
|
||||
if (blocks != null) {
|
||||
for (int y = 0; y < maxY; y++) {
|
||||
|
|
Loading…
Reference in a new issue