mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Prefer connecting to dev server when running in DEBUG
This commit is contained in:
@ -104,7 +104,11 @@ namespace osu.Game.Online.Spectator
|
||||
}
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
private const string endpoint = "https://dev.ppy.sh/spectator";
|
||||
#else
|
||||
private const string endpoint = "https://spectator.ppy.sh/spectator";
|
||||
#endif
|
||||
|
||||
protected virtual async Task Connect()
|
||||
{
|
||||
|
Reference in New Issue
Block a user