feat: radar data sync between driver and passenger

This commit is contained in:
Dan
2021-03-11 19:03:17 +00:00
parent 2917ad32d7
commit b3ffc9ac23
4 changed files with 55 additions and 0 deletions

View File

@@ -358,6 +358,7 @@ function RADAR:SetBackupOMData( data )
end
function RADAR:SetBackupAntennaData( ant, data )
UTIL:Notify( "Trying to set backup for antenna: " .. ant .. " (type: " .. type( ant ) .. ") with data: (type: " .. type( data ) .. ")" )
self.backupData.antennas[ant] = data
end