diff --git a/Assets/Scripts/Behaviours/Ped/Ped.cs b/Assets/Scripts/Behaviours/Ped/Ped.cs index e2649b8b..e727ed13 100644 --- a/Assets/Scripts/Behaviours/Ped/Ped.cs +++ b/Assets/Scripts/Behaviours/Ped/Ped.cs @@ -705,7 +705,7 @@ namespace SanAndreasUnity.Behaviours void TeleportToEnex(Importing.Items.Placements.EntranceExit enex) { TransformDataStruct transformData = Cell.GetEnexExitTransform(enex); - this.Teleport(transformData.position, transformData.rotation, new FindGroundParams(){tryFromAbove = false}); + this.Teleport(transformData.position, transformData.rotation, new FindGroundParams(false, 50)); }