mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Merge branch 'main' of github.com:IntellectualSites/FastAsyncWorldEdit into main
This commit is contained in:
commit
70c40ae077
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user