mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
removed old parameter changed in f28d5d2372
This commit is contained in:
parent
67e125cc43
commit
85b566a176
@ -35,7 +35,7 @@ private _colorArray = switch (toLowerANSI _color) do {
|
|||||||
case "white": {[0, 0, 0, 1]};
|
case "white": {[0, 0, 0, 1]};
|
||||||
default {[0, 0.8, 0.8, 1]};
|
default {[0, 0.8, 0.8, 1]};
|
||||||
};
|
};
|
||||||
GVAR(dev_trackLines) set [getObjectID _object, [1, [getposATL _object], _colorArray]];
|
GVAR(dev_trackLines) set [getObjectID _object, [[getposATL _object], _colorArray]];
|
||||||
|
|
||||||
// event handler to track round and cleanup when round is "dead"
|
// event handler to track round and cleanup when round is "dead"
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user