Skip to content

Commit dbf39fd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/core/XEH_postInit.sqf

+1-1
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)