diff --git a/src/vehicle.cpp b/src/vehicle.cpp --- a/src/vehicle.cpp +++ b/src/vehicle.cpp @@ -1086,7 +1086,7 @@ void CallVehicleTicks() if (!IsLocalCompany()) continue; - if (res.Succeeded() && res.GetCost() != 0) { + if (res.Succeeded()) { ShowCostOrIncomeAnimation(x, y, z, res.GetCost()); continue; }