diff --git a/api/AltV.Net.Client/Elements/Data/SyncInfo.cs b/api/AltV.Net.Client/Elements/Data/SyncInfo.cs index b1d87b462..775d78ad9 100644 --- a/api/AltV.Net.Client/Elements/Data/SyncInfo.cs +++ b/api/AltV.Net.Client/Elements/Data/SyncInfo.cs @@ -24,7 +24,7 @@ public uint[] GetPropertiesUpdateTick() return Array.Empty(); } - var value = ComponentPropertyIndex; + var value = PropertiesUpdateTick; var values = new uint[PropertyCount]; var buffer = new byte[4]; @@ -45,7 +45,7 @@ public uint[] GetComponentPropertyIndex() } var value = ComponentPropertyIndex; - var values = new uint[ComponentCount]; + var values = new uint[ComponentCount - 1]; var buffer = new byte[4]; for (var i = 0; i < values.Length; i++)