Fix Keybind

This commit is contained in:
PabstMirror 2015-06-09 15:02:22 -05:00
parent c5c36c42e1
commit a48aded5e5

View File

@ -19,5 +19,5 @@ GVAR(pfeh_id) = -1;
_this call FUNC(keyPress);
},
{false},
[41, true, false, false], true] call cba_fnc_addKeybind; // Shift + Tilda (hold)
[41, [true, false, false]], true] call cba_fnc_addKeybind; // Shift + Tilda (hold)
}] call EFUNC(common,addEventHandler);