forked from Simnation/Main
de
This commit is contained in:
parent
6c5b470e91
commit
5f646b2994
3 changed files with 3 additions and 9 deletions
|
@ -39,7 +39,7 @@ end
|
|||
|
||||
local function isTrailer(vehicle)
|
||||
local model = GetEntityModel(vehicle)
|
||||
return model == `boattrailer` or model == `yftrailer`
|
||||
return model == `boattrailer` or model == `boattrailer3`
|
||||
end
|
||||
|
||||
local function getClosestVehicle(coords, maxDistance)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue