change to shallow copy

This commit is contained in:
Bailey Danyluk 2024-08-29 23:48:53 -06:00
parent 7f00243e0d
commit 66ef8aca76

View File

@ -22,9 +22,5 @@ if (GVAR(gps_mode) isEqualTo "too") then {
}; };
// create a copy of this array to make sure values are not overwritten // create a copy of this array to make sure values are not overwritten
[ +GVAR(gps_currentSettings) // return
GVAR(gps_currentSettings)#0,
GVAR(gps_currentSettings)#1,
GVAR(gps_currentSettings)#2
]