mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-01-12 12:25:03 +08:00
Fix //flip using incorrect block directions.
This commit is contained in:
parent
184d02d2e3
commit
ca1cecbdf4
@ -398,11 +398,11 @@ public static int flip(int type, int data, FlipDirection direction) {
|
||||
|
||||
switch (direction) {
|
||||
case NORTH_SOUTH:
|
||||
flipX = 1;
|
||||
flipZ = 1;
|
||||
break;
|
||||
|
||||
case WEST_EAST:
|
||||
flipZ = 1;
|
||||
flipX = 1;
|
||||
break;
|
||||
|
||||
case UP_DOWN:
|
||||
|
Loading…
Reference in New Issue
Block a user