1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-10 07:33:02 +08:00

Revert unintented change

This commit is contained in:
Dan Balasescu 2023-06-29 17:15:48 +09:00
parent 1ca4e39fc3
commit 829044de59

View File

@ -99,7 +99,7 @@ namespace osu.Game
/// </summary> /// </summary>
private const double global_track_volume_adjust = 0.8; private const double global_track_volume_adjust = 0.8;
public virtual bool UseDevelopmentServer => false; public virtual bool UseDevelopmentServer => DebugUtils.IsDebugBuild;
public virtual EndpointConfiguration CreateEndpoints() => public virtual EndpointConfiguration CreateEndpoints() =>
UseDevelopmentServer ? new DevelopmentEndpointConfiguration() : new ExperimentalEndpointConfiguration(); UseDevelopmentServer ? new DevelopmentEndpointConfiguration() : new ExperimentalEndpointConfiguration();