geforkt von Mirrors/FastAsyncWorldEdit
Fixed //deform not doing anything at all.
Dieser Commit ist enthalten in:
Ursprung
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
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren