From 6864cd4cbc683febd467f3aa954178832539bef8 Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 17 Mar 2021 13:28:45 +0000 Subject: [PATCH] fix: passenger plates and lock not being restored properly The system was restoring the data, but not updating the NUI side. --- cl_sync.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cl_sync.lua b/cl_sync.lua index 2161550..4c9ee30 100644 --- a/cl_sync.lua +++ b/cl_sync.lua @@ -108,6 +108,8 @@ function READER:RestoreFromBackup() self:SetBackupReaderData( cam, nil ) end end + + self:ForceNUIUpdate( true ) end