mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 16:11:06 +01:00
Fix formatting in ai.lua
This commit is contained in:
parent
ce7f4918b0
commit
9d6d042ee3
1 changed files with 0 additions and 3 deletions
|
@ -23,11 +23,8 @@ local cliff_check = function(self,dtime)
|
|||
end
|
||||
|
||||
local pos = self.object:get_pos()
|
||||
|
||||
local dir = minetest_yaw_to_dir(self.yaw)
|
||||
|
||||
local collisionbox = self.object:get_properties().collisionbox
|
||||
|
||||
local radius = collisionbox[4] + 0.5
|
||||
|
||||
dir = vector_multiply(dir,radius)
|
||||
|
|
Loading…
Reference in a new issue