diff --git a/P3D/Entites/Other/NPC.vb b/P3D/Entites/Other/NPC.vb index cc5569b41..0eb80a7bb 100644 --- a/P3D/Entites/Other/NPC.vb +++ b/P3D/Entites/Other/NPC.vb @@ -486,7 +486,7 @@ Me.faceRotation = newHeading ActivateScript() - ElseIf Me.Moved < 0.48F Then + ElseIf Me.Moved < 0.3F Then Interacted = True End If End Sub