update fork (again) #8

Merged
chmodsayshello merged 2270 commits from VoxeLibre/VoxeLibre:master into master 2023-01-06 20:13:54 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e4db91d35c - Show all commits

View File

@ -836,7 +836,7 @@ end
local function take_bed (entity)
if not entity then return end
if not self:ready_to_path() then return end
if not entity:ready_to_path() then return end
local p = entity.object:get_pos()