mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge branch 'master' of https://github.com/lambdatiger/ace_frag-overhaul
This commit is contained in:
commit
d683be853f
@ -14,9 +14,10 @@
|
||||
*
|
||||
* Public: No
|
||||
*/
|
||||
for "_i" from 0 to count GVAR(dev_eventSpheres) - 1 do {
|
||||
deleteVehicle (GVAR(dev_eventSpheres)#_i);
|
||||
};
|
||||
|
||||
{
|
||||
deleteVehicle _x;
|
||||
} forEach GVAR(dev_eventSpheres);
|
||||
GVAR(dev_eventSpheres) = [];
|
||||
|
||||
GVAR(dev_trackLines) = createHashMap;
|
||||
|
Loading…
Reference in New Issue
Block a user