1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 10:24:05 +08:00

Revert unintented change

This commit is contained in:
Dan Balasescu
2023-06-29 17:15:48 +09:00
Unverified
parent 1ca4e39fc3
commit 829044de59
+1 -1
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();