Skip to content

Commit

Permalink
Merge pull request #29 from Osterie/dev
Browse files Browse the repository at this point in the history
fixed bug with advanced hotkey crafter making wrong hotkeys
  • Loading branch information
Osterie authored Mar 28, 2024
2 parents da8ac02 + ef5cc58 commit c533b06
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 c533b06

Please sign in to comment.