Skip to content

Commit

Permalink
Interactions
Browse files Browse the repository at this point in the history
Fixed Command to bring up preferences
  • Loading branch information
OJMoody committed Mar 29, 2023
1 parent b9a4fa3 commit b6f53ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BWInteractions3/Classes/BallisticProInteractions.uc
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function bool KeyEvent(EInputKey Key, EInputAction Action, FLOAT Delta )
}
else if ((Action == IST_Press) && bPreferencesKeyEnabled && (Key == class'BallisticProInteractions'.default.PreferencesKey))
{
ConsoleCommand("Preferences");
ConsoleCommand("Ballistic");
return true;
}
else if ((Action == IST_Press) && bDualSelectKeyEnabled && (Key == class'BallisticProInteractions'.default.DualSelectKey))
Expand Down

0 comments on commit b6f53ba

Please sign in to comment.