Skip to content

Commit

Permalink
Fixed - Pass Magazine: default keybinding was broken
Browse files Browse the repository at this point in the history
Issue ID: #113
  • Loading branch information
Saborknight committed Sep 17, 2020
1 parent da01c69 commit dbf39fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/core/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ player addEventHandler ["Respawn", {
};
},
'',
[DIK_R, [false, false, true]],
[0x13, [false, false, true]], // Alt+R
false,
0,
true
Expand Down

0 comments on commit dbf39fd

Please sign in to comment.