forked from Simnation/Main
Update stations.lua
This commit is contained in:
parent
d05e5ec8ce
commit
106abf4b2e
1 changed files with 2 additions and 2 deletions
|
@ -896,9 +896,9 @@ 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)
|
||||||
}
|
end
|
||||||
|
|
||||||
-- Überprüfen ob die Fahrt zu lange dauert
|
-- Überprüfen ob die Fahrt zu lange dauert
|
||||||
if GetGameTimer() > rideTimeout then
|
if GetGameTimer() > rideTimeout then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue