1
0
Fork 0
forked from Simnation/Main

Update stations.lua

This commit is contained in:
Nordi98 2025-07-30 07:33:53 +02:00
parent 444544e44d
commit d05e5ec8ce

View file

@ -896,7 +896,7 @@ function StartStationTaxiRide(stationId, vehicleId, vehicle, driver, destination
stuckCounter = 0
end
} else {
else {
stuckCounter = math.max(0, stuckCounter - 1)
}