mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Switch realm ruleset key bindings to use ruleset's ShortName
as key
This commit is contained in:
@ -524,7 +524,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
|
||||
public void UpdateKeyCombination(KeyCombination newCombination)
|
||||
{
|
||||
if (KeyBinding.RulesetID != null && !RealmKeyBindingStore.CheckValidForGameplay(newCombination))
|
||||
if (KeyBinding.RulesetName != null && !RealmKeyBindingStore.CheckValidForGameplay(newCombination))
|
||||
return;
|
||||
|
||||
KeyBinding.KeyCombination = newCombination;
|
||||
|
Reference in New Issue
Block a user