ComputerPlus icon indicating copy to clipboard operation
ComputerPlus copied to clipboard

Crash when using MDT Off Vehicle

Open xotikorukx opened this issue 4 years ago • 0 comments

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,.

xotikorukx avatar Aug 21 '19 12:08 xotikorukx