Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 11:00:05 +01:00
Fix sponge schematics not correctly setting dimensions if there are no entities
Signed-off-by: Byron Marohn <combustible@live.com>
Dieser Commit ist enthalten in:
Ursprung
be41e8dea0
Commit
f6788f16e4
@ -210,7 +210,7 @@ public class SpongeSchematicReader extends NBTSchematicReader {
|
||||
});
|
||||
streamer.readFully();
|
||||
if (fc == null) setupClipboard(length * width * height, uuid);
|
||||
else fc.setDimensions(new Vector(width, height, length));
|
||||
fc.setDimensions(new Vector(width, height, length));
|
||||
Vector origin = min;
|
||||
CuboidRegion region;
|
||||
if (offsetX != Integer.MIN_VALUE && offsetY != Integer.MIN_VALUE && offsetZ != Integer.MIN_VALUE) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren