mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
change to shallow copy
This commit is contained in:
parent
7f00243e0d
commit
66ef8aca76
@ -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
|
|
||||||
]
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user