Skip to content

Commit dbf39fd

Browse files
committed
Fixed - Pass Magazine: default keybinding was broken
Issue ID: #113
1 parent da01c69 commit dbf39fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/core/XEH_postInit.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ player addEventHandler ["Respawn", {
146146
};
147147
},
148148
'',
149-
[DIK_R, [false, false, true]],
149+
[0x13, [false, false, true]], // Alt+R
150150
false,
151151
0,
152152
true

0 commit comments

Comments
 (0)