-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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
Labels
No labels