Undo big oopsie

This commit is contained in:
Dean Herbert 2021-09-09 17:12:38 +09:00
parent be81ac8b55
commit 9b34ffc302

View File

@ -166,7 +166,7 @@ namespace osu.Game
public OsuGameBase()
{
UseDevelopmentServer = false;
UseDevelopmentServer = DebugUtils.IsDebugBuild;
Name = @"osu!";
}