Fixed empty-space search not working, because of missing ignore
This commit is contained in:
parent
2bda948c8f
commit
5e22456f61
@ -89,7 +89,8 @@ public class OnCustomPlayerMove implements CustomPlayerMoveEventListener {
|
|||||||
Block safeBlock = Function.searchForMaterial(
|
Block safeBlock = Function.searchForMaterial(
|
||||||
lbtBlockPartner.block().getLocation().add(0, 1, 0),
|
lbtBlockPartner.block().getLocation().add(0, 1, 0),
|
||||||
new Vector(0, 1, 0),
|
new Vector(0, 1, 0),
|
||||||
Material.AIR
|
Material.AIR,
|
||||||
|
Function.transparentMaterials
|
||||||
);
|
);
|
||||||
|
|
||||||
// Teleport
|
// Teleport
|
||||||
|
Loading…
x
Reference in New Issue
Block a user