1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 18:03:11 +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>
private const double global_track_volume_adjust = 0.8;
public virtual bool UseDevelopmentServer => false;
public virtual bool UseDevelopmentServer => DebugUtils.IsDebugBuild;
public virtual EndpointConfiguration CreateEndpoints() =>
UseDevelopmentServer ? new DevelopmentEndpointConfiguration() : new ExperimentalEndpointConfiguration();