mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-18 15:17:36 +01:00
Uncommented line 445 on WorldGuardEntityListener
This commit is contained in:
parent
66ee09d050
commit
2be2cb19b2
@ -457,7 +457,7 @@ public void findFreePosition(Player player) {
|
|||||||
world.getBlockAt(x,0,z).setTypeId(20);
|
world.getBlockAt(x,0,z).setTypeId(20);
|
||||||
loc.setY(2);
|
loc.setY(2);
|
||||||
}
|
}
|
||||||
// player.setFallDistance(0F);
|
player.setFallDistance(0F);
|
||||||
player.teleport(loc);
|
player.teleport(loc);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user