1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 05:03:02 +08:00

Update osu.Game/Online/API/APIMod.cs

Co-authored-by: Salman Ahmed <slmanarendo1950@gmail.com>
This commit is contained in:
Dean Herbert 2021-01-03 17:04:16 +09:00 committed by GitHub
parent 99fa0e25dc
commit 6ad1b7767e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ namespace osu.Game.Online.API
var bindable = (IBindable)property.GetValue(mod);
if (!bindable.IsDefault)
Settings.Add(property.Name.Underscore(), property.GetValue(mod));
Settings.Add(property.Name.Underscore(), bindable);
}
}