mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 11:55:38 +01:00
*negate
This commit is contained in:
parent
c71fe00741
commit
3e3951a3e7
@ -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 New Issue
Block a user