mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-31 13:34:04 +00:00
Fix //flip using incorrect block directions.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user