mirror of
https://github.com/APercy/airutils.git
synced 2025-03-15 08:01:22 +00:00
fix variable error
This commit is contained in:
parent
9d49162b9d
commit
67b98f02c4
1 changed files with 1 additions and 1 deletions
|
@ -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 ent._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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue