added updater for the seats

This commit is contained in:
Alexsandro Percy 2024-03-12 20:42:44 -03:00
parent 3a3ac1c36e
commit 9d49162b9d
2 changed files with 18 additions and 0 deletions

View file

@ -227,6 +227,8 @@ function airutils.logic(self)
--test collision
airutils.testImpact(self, velocity, curr_pos)
if ent._autoflymode == true then airutils.seats_update(self) end
if player then
local ctrl = player:get_player_control()
---------------------