Skip to content

Commit

Permalink
fixed bug with advanced hotkey crafter returning hotkeys for uppercas…
Browse files Browse the repository at this point in the history
…e letters (hotkey+shift basically)
  • Loading branch information
Osterie committed Mar 28, 2024
1 parent 6fcd471 commit ef5cc58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class AdvancedHotkeyCraftingControl{
}

GetKey(){
return this.controlsForAdvancedHotkeys.getControl("AvailableKeyNamesDropDown").Text
return StrLower(this.controlsForAdvancedHotkeys.getControl("AvailableKeyNamesDropDown").Text)
}

GetModifiers(){
Expand Down

0 comments on commit ef5cc58

Please sign in to comment.