forked from Simnation/Main
Update stations.lua
This commit is contained in:
parent
444544e44d
commit
d05e5ec8ce
1 changed files with 1 additions and 1 deletions
|
@ -896,7 +896,7 @@ function StartStationTaxiRide(stationId, vehicleId, vehicle, driver, destination
|
||||||
|
|
||||||
stuckCounter = 0
|
stuckCounter = 0
|
||||||
end
|
end
|
||||||
} else {
|
else {
|
||||||
stuckCounter = math.max(0, stuckCounter - 1)
|
stuckCounter = math.max(0, stuckCounter - 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue