Skip to content

Crash when using MDT Off Vehicle #44

@xotikorukx

Description

@xotikorukx

Interfaces/ComputerRequestBackup.cs:line 75 accesses the player characters current vehicle position to deploy backup to, resulting in an LSPDFR crash. Since the computer can be accessed via ctrl+0, this issue can be fixed by changing line 75 from Functions.RequestBackup(Game.LocalPlayer.Character.CurrentVehicle.Position, to Functions.RequestBackup(Game.LocalPlayer.Character.Position,.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions