3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-16 04:51:22 +02:00

Merge branch 'main' of github.com:IntellectualSites/FastAsyncWorldEdit into main

Dieser Commit ist enthalten in:
dordsor21 2020-10-07 15:53:09 +01:00
Commit 70c40ae077
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 1E53E88969FFCF0B

Datei anzeigen

@ -303,8 +303,8 @@ public abstract class AbstractChangeSet implements ChangeSet, IBatchProcessor {
MainUtil.setPosition(nbt, x, y, z);
addTileCreate(nbt);
}
int combinedFrom = from.getInternalId();
int combinedTo = to.getInternalId();
int combinedFrom = from.getOrdinal();
int combinedTo = to.getOrdinal();
add(x, y, z, combinedFrom, combinedTo);
} catch (Exception e) {