mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 10:57:11 +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
|
||||
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
|
||||
// TODO: use getBlock here once the reflection is out of the way
|
||||
|
Loading…
Reference in New Issue
Block a user