mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2024-11-28 12:55:34 +01:00
Add method override for FAWE logging (#417)
This commit is contained in:
parent
9e1d5af97d
commit
7fd50a0507
@ -56,4 +56,8 @@ public class CoreProtectLogger extends AbstractDelegateExtent {
|
||||
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…
Reference in New Issue
Block a user