mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 20:33:11 +08:00
Remove the password field from game.ini
This commit is contained in:
parent
7c96102229
commit
cd3ab33d08
@ -18,7 +18,6 @@ namespace osu.Game.Configuration
|
||||
Set(OsuConfig.MouseSpeed, 1.0);
|
||||
|
||||
Set(OsuConfig.Username, string.Empty);
|
||||
Set(OsuConfig.Password, string.Empty);
|
||||
Set(OsuConfig.Token, string.Empty);
|
||||
|
||||
Set(OsuConfig.PlayMode, PlayMode.Osu);
|
||||
@ -332,7 +331,6 @@ namespace osu.Game.Configuration
|
||||
HiddenShowFirstApproach,
|
||||
ComboColourSliderBall,
|
||||
AlternativeChatFont,
|
||||
Password,
|
||||
Username,
|
||||
DisplayStarsMaximum,
|
||||
DisplayStarsMinimum,
|
||||
|
Loading…
Reference in New Issue
Block a user