missed systemChat

This commit is contained in:
Brett 2019-06-09 01:56:22 -06:00 committed by Brett
parent 9050f274b7
commit 9bb5e5daf4

View File

@ -7,8 +7,6 @@ private _alt = (ctrlParent _ctrl) ctrlCreate [QGVAR(alt), -1];
private _units = (vehicle ace_player) call FUNC(altUnits); private _units = (vehicle ace_player) call FUNC(altUnits);
private _altInfo = [_units select 0] call FUNC(altInfo); private _altInfo = [_units select 0] call FUNC(altInfo);
systemChat "alt time";
((ctrlParent _alt) displayCtrl 1005) ctrlSetText (_altInfo select 0); ((ctrlParent _alt) displayCtrl 1005) ctrlSetText (_altInfo select 0);
GVAR(altRatio) = _altInfo select 1; GVAR(altRatio) = _altInfo select 1;