Skip to content

Commit

Permalink
Use development server
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzibyte committed Mar 10, 2024
1 parent 283de21 commit 1d91a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/OsuGameBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public partial class OsuGameBase : Framework.Game, ICanAcceptFiles, IBeatSyncPro
/// </summary>
private const double global_track_volume_adjust = 0.8;

public virtual bool UseDevelopmentServer => DebugUtils.IsDebugBuild;
public virtual bool UseDevelopmentServer => true;

public virtual EndpointConfiguration CreateEndpoints() =>
UseDevelopmentServer ? new DevelopmentEndpointConfiguration() : new ProductionEndpointConfiguration();
Expand Down

0 comments on commit 1d91a66

Please sign in to comment.