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:
parent
1ca4e39fc3
commit
829044de59
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user