mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
Fix //flip using incorrect block directions.
This commit is contained in:
parent
184d02d2e3
commit
ca1cecbdf4
@ -398,11 +398,11 @@ public final class BlockData {
|
||||
|
||||
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