Fix stop gesture keybind (#4354)

This commit is contained in:
PabstMirror 2016-09-07 14:07:51 -05:00 committed by Glowbal
parent 1caea46d60
commit 0d81ce34e2

View File

@ -14,6 +14,9 @@ if (!hasInterface) exitWith {};
};
private _code = compile format [QUOTE('%1' call FUNC(playSignal)), _signalName];
if (_currentName == "Stop") then {
_code = compile format [QUOTE('%1' call FUNC(playSignal)), "BIgestureFreeze"];
};
TRACE_4("Adding KeyBind",_currentName,_signalName,_code,_key);