Don't sync non-existent extras

This commit is contained in:
Sardelka9515
2023-03-20 18:20:07 +08:00
parent 6f2c0077cb
commit e6718cec58
4 changed files with 21 additions and 7 deletions

View File

@ -59,6 +59,7 @@ namespace RageCoop.Client
internal bool IsSubmarineCar;
internal bool IsDeluxo;
internal bool IsTrain;
internal ushort AvalibleExtras;
[DebugTunable]
static float RotCalMult = 10f;
@ -72,9 +73,8 @@ namespace RageCoop.Client
private (int, int)[] _lastVehicleMods = Array.Empty<(int, int)>();
private bool _lastHornActive;
private bool _lastTransformed;
internal int _lastLivery = -1;
private int _lastLivery = -1;
private Vector3 _predictedPosition;
#endregion
#region OUTGOING