From fcf7fa89b289164a1ee24414e32c3acb8943384a Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 6 Mar 2020 13:56:24 +0000 Subject: [PATCH] Update cl_plate_reader.lua --- cl_plate_reader.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/cl_plate_reader.lua b/cl_plate_reader.lua index 8043c88..c6f868d 100644 --- a/cl_plate_reader.lua +++ b/cl_plate_reader.lua @@ -235,8 +235,6 @@ function READER:Main() -- Automatically lock the plate if the scanned plate matches the BOLO if ( plate == self:GetBoloPlate() ) then self:LockCam( cam, false, true ) - - -- SendNUIMessage( { _type = "audio", name = "plate_hit", vol = RADAR:GetSettingValue( "plateAudio" ) } ) end -- Send the plate information to the NUI side to update the UI