Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-07 20:10:06 +01:00
Fix copypaste brush (#688)
Dieser Commit ist enthalten in:
Ursprung
f71ca32140
Commit
5800c0bc96
@ -303,8 +303,8 @@ public abstract class AbstractChangeSet implements ChangeSet, IBatchProcessor {
|
|||||||
MainUtil.setPosition(nbt, x, y, z);
|
MainUtil.setPosition(nbt, x, y, z);
|
||||||
addTileCreate(nbt);
|
addTileCreate(nbt);
|
||||||
}
|
}
|
||||||
int combinedFrom = from.getInternalId();
|
int combinedFrom = from.getOrdinal();
|
||||||
int combinedTo = to.getInternalId();
|
int combinedTo = to.getOrdinal();
|
||||||
add(x, y, z, combinedFrom, combinedTo);
|
add(x, y, z, combinedFrom, combinedTo);
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren