mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
feat: add table for backing up radar data when the player becomes a passenger
This commit is contained in:
@@ -310,6 +310,15 @@ RADAR.sorting = {
|
||||
fastest = function( a, b ) return a.speed > b.speed end
|
||||
}
|
||||
|
||||
-- Used to back up the operator menu and antenna data when the player becomes a passenger
|
||||
RADAR.backupData = {
|
||||
om = nil,
|
||||
antennas = {
|
||||
["front"] = nil,
|
||||
["rear"] = nil
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
--[[----------------------------------------------------------------------------------
|
||||
Radar sync functions
|
||||
|
||||
Reference in New Issue
Block a user