fix: passenger plates and lock not being restored properly

The system was restoring the data, but not updating the NUI side.
This commit is contained in:
Dan
2021-03-17 13:28:45 +00:00
parent f6663d8455
commit 6864cd4cbc

View File

@@ -108,6 +108,8 @@ function READER:RestoreFromBackup()
self:SetBackupReaderData( cam, nil ) self:SetBackupReaderData( cam, nil )
end end
end end
self:ForceNUIUpdate( true )
end end