mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
Fixed //deform not doing anything at all.
This commit is contained in:
parent
8dbabe344d
commit
79bcfd815b
@ -2913,7 +2913,7 @@ public class EditSession {
|
|||||||
// transform
|
// transform
|
||||||
expression.evaluate(scaled.getX(), scaled.getY(), scaled.getZ());
|
expression.evaluate(scaled.getX(), scaled.getY(), scaled.getZ());
|
||||||
|
|
||||||
final BlockVector sourcePosition = environment.toWorld(scaled.getX(), scaled.getY(), scaled.getZ());
|
final BlockVector sourcePosition = environment.toWorld(x.getValue(), y.getValue(), z.getValue());
|
||||||
|
|
||||||
// read block from world
|
// read block from world
|
||||||
// TODO: use getBlock here once the reflection is out of the way
|
// TODO: use getBlock here once the reflection is out of the way
|
||||||
|
Loading…
Reference in New Issue
Block a user