forked from Simnation/Main
Update main.lua
This commit is contained in:
parent
764079c6a7
commit
9f68c1ebde
1 changed files with 2 additions and 2 deletions
|
@ -517,8 +517,8 @@ function MonitorTaxiProgress(taxi, driver, playerCoords)
|
|||
|
||||
local lastPos = GetEntityCoords(taxi)
|
||||
local stuckCounter = 0
|
||||
local maxStuckCount = 10
|
||||
local totalStuckEvents = 0
|
||||
local maxStuckCount = 20
|
||||
local totalStuckEvents = 3
|
||||
local maxTotalStuckEvents = 6
|
||||
|
||||
CreateThread(function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue