mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 19:53:23 +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.MouseSpeed, 1.0);
|
||||||
|
|
||||||
Set(OsuConfig.Username, string.Empty);
|
Set(OsuConfig.Username, string.Empty);
|
||||||
Set(OsuConfig.Password, string.Empty);
|
|
||||||
Set(OsuConfig.Token, string.Empty);
|
Set(OsuConfig.Token, string.Empty);
|
||||||
|
|
||||||
Set(OsuConfig.PlayMode, PlayMode.Osu);
|
Set(OsuConfig.PlayMode, PlayMode.Osu);
|
||||||
@ -332,7 +331,6 @@ namespace osu.Game.Configuration
|
|||||||
HiddenShowFirstApproach,
|
HiddenShowFirstApproach,
|
||||||
ComboColourSliderBall,
|
ComboColourSliderBall,
|
||||||
AlternativeChatFont,
|
AlternativeChatFont,
|
||||||
Password,
|
|
||||||
Username,
|
Username,
|
||||||
DisplayStarsMaximum,
|
DisplayStarsMaximum,
|
||||||
DisplayStarsMinimum,
|
DisplayStarsMinimum,
|
||||||
|
Loading…
Reference in New Issue
Block a user