Skip to content

Commit

Permalink
remove unused option from config manager
Browse files Browse the repository at this point in the history
  • Loading branch information
ILW8 committed Apr 13, 2024
1 parent 6d42803 commit 9a98b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Configuration/OsuConfigManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ protected override void InitialiseDefaults()
SetDefault(OsuSetting.EditorWaveformOpacity, 0.25f);

SetDefault(OsuSetting.BroadcastGameState, false);
SetDefault(OsuSetting.EnableHttpServer, false);
// SetDefault(OsuSetting.EnableHttpServer, false);
}

protected override bool CheckLookupContainsPrivateInformation(OsuSetting lookup)
Expand Down

0 comments on commit 9a98b18

Please sign in to comment.