1
0
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:
Andrey Zavadskiy 2016-12-23 00:43:43 +03:00
parent 7c96102229
commit cd3ab33d08

View File

@ -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,