mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 10:57:11 +00:00
Code formatting.
This commit is contained in:
parent
73bf2bd215
commit
06ef568bdd
@ -682,10 +682,10 @@ public final class BlockData {
|
||||
switch (data & 0x3) {
|
||||
case 0:
|
||||
case 2:
|
||||
return data ^ flipZ * 2;
|
||||
return data ^ flipZ << 1;
|
||||
case 1:
|
||||
case 3:
|
||||
return data ^ flipX * 2;
|
||||
return data ^ flipX << 1;
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user