vlt fix engine

This commit is contained in:
hydrant
2020-03-14 00:21:43 +01:00
parent 1d82b3f3e2
commit 3057036620

View File

@@ -195,7 +195,7 @@ namespace ReallifeGamemode.Server.Util
data = new VehicleSyncData();
UpdateVehicleSyncData(veh, data);
}
return data.Engine;
return veh.EngineStatus;
}
public static void SetLockStatus(Vehicle veh, bool status)