mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
missed systemChat
This commit is contained in:
parent
9050f274b7
commit
9bb5e5daf4
@ -7,8 +7,6 @@ private _alt = (ctrlParent _ctrl) ctrlCreate [QGVAR(alt), -1];
|
||||
private _units = (vehicle ace_player) call FUNC(altUnits);
|
||||
private _altInfo = [_units select 0] call FUNC(altInfo);
|
||||
|
||||
systemChat "alt time";
|
||||
|
||||
((ctrlParent _alt) displayCtrl 1005) ctrlSetText (_altInfo select 0);
|
||||
GVAR(altRatio) = _altInfo select 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user