added some recomended fixes by Niklp09

This commit is contained in:
Alexsandro Percy 2024-10-05 11:14:15 -03:00
parent d4dae8b104
commit 99f0b94cd9
3 changed files with 11 additions and 9 deletions

View file

@ -174,7 +174,7 @@ function airutils.stepfunc(self,dtime,colinfo)
if self.logic then
if self.view_range then self:sensefunc() end
self:logic()
execute_queues(self) -- !!! accessing undefined variable execute_queues
--execute_queues(self)
end
self.lastvelocity = self.object:get_velocity()