mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
remove missied systemChat
This commit is contained in:
parent
191031d994
commit
9050f274b7
@ -13,7 +13,6 @@ GVAR(speedRatio) = _speedInfo select 1;
|
|||||||
private _settingEH = ["CBA_SettingChanged", {
|
private _settingEH = ["CBA_SettingChanged", {
|
||||||
params ["_setting", "_value"];
|
params ["_setting", "_value"];
|
||||||
_thisArgs params ["_settingName", "_speed"];
|
_thisArgs params ["_settingName", "_speed"];
|
||||||
systemChat format ["%1 = %2", _setting, _value];
|
|
||||||
if (_setting isEqualTo _settingName) then {
|
if (_setting isEqualTo _settingName) then {
|
||||||
private _speedInfo = [_value] call FUNC(speedInfo);
|
private _speedInfo = [_value] call FUNC(speedInfo);
|
||||||
((ctrlParent _speed) displayCtrl 1004) ctrlSetText (_speedInfo select 0);
|
((ctrlParent _speed) displayCtrl 1004) ctrlSetText (_speedInfo select 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user