From 64ab99467c1e005cdbef9b3b90b01ff6157ef976 Mon Sep 17 00:00:00 2001 From: Alexsandro Percy Date: Tue, 12 Mar 2024 20:49:26 -0300 Subject: [PATCH] disabled the seats update position --- lib_planes/entities.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_planes/entities.lua b/lib_planes/entities.lua index d7251c8..2b943c6 100644 --- a/lib_planes/entities.lua +++ b/lib_planes/entities.lua @@ -227,7 +227,7 @@ function airutils.logic(self) --test collision airutils.testImpact(self, velocity, curr_pos) - if self._autoflymode == true then airutils.seats_update(self) end + --if self._autoflymode == true then airutils.seats_update(self) end if player then local ctrl = player:get_player_control()