Add method override for FAWE logging (#417)
This commit is contained in:
parent
9e1d5af97d
commit
7fd50a0507
1 changed files with 4 additions and 0 deletions
|
|
@ -56,4 +56,8 @@ public class CoreProtectLogger extends AbstractDelegateExtent {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public <T extends BlockStateHolder<T>> boolean setBlock(int x, int y, int z, T block) throws WorldEditException {
|
||||||
|
return setBlock(BlockVector3.at(x,y,z), block);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue