Skip to content

Commit 389cf5f

Browse files
committed
Fixed the error
1 parent 4d4f5af commit 389cf5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Aimmy2/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ private void HandleKeybindPressed(string bindingId)
728728
["Anti Recoil Keybind"] = () => HandleAntiRecoil(true),
729729
["Disable Anti Recoil Keybind"] = DisableAntiRecoil,
730730
["Gun 1 Key"] = () => LoadGunConfig("Gun 1 Config"),
731-
["Gun 2 Key"] = () => LoadGunConfig("Gun 2 Config")
731+
["Gun 2 Key"] = () => LoadGunConfig("Gun 2 Config"),
732732
// Keybinds for toggles
733733
["Aim Assist TKB"] = () => uiManager.T_AimAligner.Reader.RaiseEvent(new RoutedEventArgs(Button.ClickEvent)),
734734
["Constant AI Tracking TKB"] = () => uiManager.T_ConstantAITracking.Reader.RaiseEvent(new RoutedEventArgs(Button.ClickEvent)),

0 commit comments

Comments
 (0)