Fix disable traffic not always work

This commit is contained in:
sardelka9515
2022-08-22 21:59:01 +08:00
parent 39eb5ef80a
commit c7e14ef191
8 changed files with 110 additions and 46 deletions

View File

@ -9,7 +9,6 @@ using GTA.Native;
namespace RageCoop.Client{
public partial class SyncedVehicle{
public Vehicle MainVehicle { get; internal set; }
public Stopwatch LastSyncedStopWatch = new Stopwatch();
#region -- SYNC DATA --