Skip to content

Commit c3edace

Browse files
ATXATX
authored andcommitted
fix: infinite ammo keybind
1 parent 4a8cf47 commit c3edace

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MainWindow.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public MainWindow()
7777
kbHook.HookedKeys.Add(System.Windows.Forms.Keys.F1);
7878
kbHook.HookedKeys.Add(System.Windows.Forms.Keys.F2);
7979
kbHook.HookedKeys.Add(System.Windows.Forms.Keys.F3);
80+
kbHook.HookedKeys.Add(System.Windows.Forms.Keys.F4);
8081
kbHook.HookedKeys.Add(System.Windows.Forms.Keys.F5);
8182
kbHook.HookedKeys.Add(System.Windows.Forms.Keys.F6);
8283

0 commit comments

Comments
 (0)