fix reifen tuning

This commit is contained in:
hydrant
2021-05-09 23:00:26 +02:00
parent bac605b6a0
commit d6a07daf37

View File

@@ -105,6 +105,10 @@ namespace ReallifeGamemode.Server.Managers
if (vMod.ModId == 1) color = 13;
veh.SetSharedData("headlightColor", color);
}
else if (vMod.Slot == 23)
{
veh.SetMod(23, vMod.ModId);
}
else veh.SetMod(vMod.Slot, vMod.ModId - 1);
}
}