disabled the seats update position

This commit is contained in:
Alexsandro Percy 2024-03-12 20:49:26 -03:00
parent 67b98f02c4
commit 64ab99467c

View file

@ -227,7 +227,7 @@ function airutils.logic(self)
--test collision --test collision
airutils.testImpact(self, velocity, curr_pos) 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 if player then
local ctrl = player:get_player_control() local ctrl = player:get_player_control()