mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 20:56:41 +00:00
Fixed warnings.
This commit is contained in:
@ -1329,7 +1329,7 @@ public class EditSession {
|
||||
|
||||
for (int y = upperY; y >= lowerY; --y) {
|
||||
Vector pt = new Vector(x, y, z);
|
||||
Vector above = new Vector(x, y + 1, z);
|
||||
//Vector above = new Vector(x, y + 1, z);
|
||||
int blockType = getBlockType(pt);
|
||||
|
||||
boolean isTransformable =
|
||||
|
Reference in New Issue
Block a user