Use new FAWE method including actor for schematic pasting

This commit is contained in:
dordsor21
2022-03-09 13:58:00 +00:00
committed by Jordan
parent 5e188d114f
commit 5f233bb5d1
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ public class FaweSchematicHandler extends SchematicHandler {
final PlotPlayer<?> actor,
final RunnableVal<Boolean> whenDone
) {
delegate.paste(schematic, plot, xOffset, yOffset, zOffset, autoHeight, whenDone);
delegate.paste(schematic, plot, xOffset, yOffset, zOffset, autoHeight, actor, whenDone);
}
@Override