1
0
Fork 0
forked from Simnation/Main

Update stations.lua

This commit is contained in:
Nordi98 2025-07-30 07:34:39 +02:00
parent d05e5ec8ce
commit 106abf4b2e

View file

@ -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