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