mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-15 10:19:39 +00:00
Increase ladder bounding box to 3/16, fix kicked for flying when sneaking on ladders (#168)
This commit is contained in:
parent
252d1988dc
commit
5dca11dafb
@ -59,7 +59,7 @@ class Ladder extends Transparent{
|
||||
|
||||
protected function recalculateBoundingBox(){
|
||||
|
||||
$f = 0.125;
|
||||
$f = 0.1875;
|
||||
|
||||
if($this->meta === 2){
|
||||
return new AxisAlignedBB(
|
||||
|
Loading…
x
Reference in New Issue
Block a user