mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-31 09:17:42 +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(){
|
protected function recalculateBoundingBox(){
|
||||||
|
|
||||||
$f = 0.125;
|
$f = 0.1875;
|
||||||
|
|
||||||
if($this->meta === 2){
|
if($this->meta === 2){
|
||||||
return new AxisAlignedBB(
|
return new AxisAlignedBB(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user