mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Revert some more instances of 'e' variable names
This commit is contained in:
@ -43,7 +43,7 @@ namespace osu.Game.Screens.Multi.Match.Components
|
||||
}
|
||||
};
|
||||
|
||||
Host.BindValueChanged(e => updateHost(e.NewValue));
|
||||
Host.BindValueChanged(host => updateHost(host.NewValue));
|
||||
}
|
||||
|
||||
private void updateHost(User host)
|
||||
|
Reference in New Issue
Block a user