mirror of
https://github.com/APercy/airutils.git
synced 2025-07-13 18:02:03 -04:00
added updater for the seats
This commit is contained in:
parent
3a3ac1c36e
commit
9d49162b9d
2 changed files with 18 additions and 0 deletions
|
@ -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()
|
||||
---------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue